Home
last modified time | relevance | path

Searched refs:VertexAttribDivisor (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLVertexArray.cpp124 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
DGrGLAssembleInterface.cpp253 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface()
634 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface()
636 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp250 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface()
627 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface()
629 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface()
DGrGLVertexArray.cpp142 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h317 void VertexAttribDivisor(GLuint index, GLuint divisor);
Dentry_points.cpp1462 return gl::VertexAttribDivisor(index, divisor); in glVertexAttribDivisor()
DlibGLESv3.cpp3296 void VertexAttribDivisor(GLuint index, GLuint divisor) in VertexAttribDivisor() function
DlibGLESv2.cpp6596 FUNCTION(VertexAttribDivisor), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1139 { "glVertexAttribDivisor", _O(VertexAttribDivisor) },
/external/mesa3d/include/GL/
Dgl_mangle.h2566 #define glVertexAttribDivisor MANGLE(VertexAttribDivisor)