Searched refs:VertexAttribDivisor (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 124 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
|
D | GrGLAssembleInterface.cpp | 253 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface() 634 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface() 636 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 250 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLInterface() 627 GET_PROC(VertexAttribDivisor); in GrGLMakeAssembledGLESInterface() 629 GET_PROC_SUFFIX(VertexAttribDivisor, EXT); in GrGLMakeAssembledGLESInterface()
|
D | GrGLVertexArray.cpp | 142 GR_GL_CALL(gpu->glInterface(), VertexAttribDivisor(index, divisor)); in set()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 317 void VertexAttribDivisor(GLuint index, GLuint divisor);
|
D | entry_points.cpp | 1462 return gl::VertexAttribDivisor(index, divisor); in glVertexAttribDivisor()
|
D | libGLESv3.cpp | 3296 void VertexAttribDivisor(GLuint index, GLuint divisor) in VertexAttribDivisor() function
|
D | libGLESv2.cpp | 6596 FUNCTION(VertexAttribDivisor), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1139 { "glVertexAttribDivisor", _O(VertexAttribDivisor) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2566 #define glVertexAttribDivisor MANGLE(VertexAttribDivisor)
|