Home
last modified time | relevance | path

Searched refs:RS_PRIMITIVE_LINE_STRIP (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsInternalDefines.h117 RS_PRIMITIVE_LINE_STRIP, enumerator
/frameworks/rs/driver/
DrsdMeshObj.cpp194 case RS_PRIMITIVE_LINE_STRIP: mGLPrimitives[i] = GL_LINE_STRIP; break; in updateGLPrimitives()
/frameworks/rs/script_api/
Drs_graphics.spec106 value: RS_PRIMITIVE_LINE_STRIP = 2, "Vertex data will be rendered as a connected line strip"
/frameworks/rs/script_api/include/
Drs_graphics.rsh153 RS_PRIMITIVE_LINE_STRIP = 2, // Vertex data will be rendered as a connected line strip