Searched refs:RS_PRIMITIVE_TRIANGLE_STRIP (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsInternalDefines.h119 RS_PRIMITIVE_TRIANGLE_STRIP, enumerator in enum:RsPrimitive
/frameworks/rs/driver/
H A DrsdMeshObj.cpp192 case RS_PRIMITIVE_TRIANGLE_STRIP: mGLPrimitives[i] = GL_TRIANGLE_STRIP; break;
/frameworks/rs/scriptc/
H A Drs_graphics.rsh155 RS_PRIMITIVE_TRIANGLE_STRIP = 4, // Vertices will be rendered as a connected triangle strip defined by the first three vertices with each additional triangle defined by a new vertex
/frameworks/rs/api/
H A Drs_graphics.spec108 value: RS_PRIMITIVE_TRIANGLE_STRIP = 4, "Vertices will be rendered as a connected triangle strip defined by the first three vertices with each additional triangle defined by a new vertex"

Completed in 1028 milliseconds