Searched refs:mPrimitiveType (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1227 mPrimitiveType = D3DPT_POINTLIST; in applyPrimitiveType() 1231 mPrimitiveType = D3DPT_LINELIST; in applyPrimitiveType() 1235 mPrimitiveType = D3DPT_LINESTRIP; in applyPrimitiveType() 1240 mPrimitiveType = D3DPT_LINESTRIP; in applyPrimitiveType() 1244 mPrimitiveType = D3DPT_TRIANGLELIST; in applyPrimitiveType() 1248 mPrimitiveType = D3DPT_TRIANGLESTRIP; in applyPrimitiveType() 1252 mPrimitiveType = D3DPT_TRIANGLEFAN; in applyPrimitiveType() 1467 mDevice->DrawIndexedPrimitive(mPrimitiveType, 0, 0, count, 0, mPrimitiveCount); in drawArraysImpl() 1474 mDevice->DrawPrimitive(mPrimitiveType, 0, mPrimitiveCount); in drawArraysImpl() 1516 mDevice->DrawIndexedPrimitive(mPrimitiveType, -minIndex, minIndex, in drawElementsImpl()
|
H A D | Renderer9.h | 514 D3DPRIMITIVETYPE mPrimitiveType; variable
|