Home
last modified time | relevance | path

Searched refs:RS_PRIMITIVE_POINT (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsInternalDefines.h115 RS_PRIMITIVE_POINT, enumerator
DrsMesh.cpp47 mHal.state.primitives[i] = RS_PRIMITIVE_POINT; in Mesh()
/frameworks/rs/driver/
DrsdMeshObj.cpp192 case RS_PRIMITIVE_POINT: mGLPrimitives[i] = GL_POINTS; break; in updateGLPrimitives()
/frameworks/rs/script_api/
Drs_graphics.spec104 value: RS_PRIMITIVE_POINT = 0, "Vertex data will be rendered as a series of points"
/frameworks/rs/script_api/include/
Drs_graphics.rsh151 RS_PRIMITIVE_POINT = 0, // Vertex data will be rendered as a series of points