Searched refs:EnableVertexAttribArray (Results 1 – 11 of 11) sorted by relevance
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 370 callgl(EnableVertexAttribArray, 0); in drawSDFGlyphs() 371 callgl(EnableVertexAttribArray, 1); in drawSDFGlyphs() 372 callgl(EnableVertexAttribArray, 2); in drawSDFGlyphs()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 370 callgl(EnableVertexAttribArray, 0); in drawSDFGlyphs() 371 callgl(EnableVertexAttribArray, 1); in drawSDFGlyphs() 372 callgl(EnableVertexAttribArray, 2); in drawSDFGlyphs()
|
/external/skqp/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 136 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(i)); in enableVertexArrays()
|
D | GrGLAssembleInterface.cpp | 145 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLInterface() 525 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 154 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(i)); in enableVertexArrays()
|
D | GrGLAssembleInterface.cpp | 145 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLInterface() 522 GET_PROC(EnableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 78 void EnableVertexAttribArray(GLuint index);
|
D | entry_points.cpp | 312 return gl::EnableVertexAttribArray(index); in glEnableVertexAttribArray() 1597 this->glEnableVertexAttribArray = gl::EnableVertexAttribArray; in LibGLESv2exports()
|
D | libGLESv2.cpp | 1791 void EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() function 6399 FUNCTION(EnableVertexAttribArray), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1015 { "glEnableVertexAttribArray", _O(EnableVertexAttribArray) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 537 #define glEnableVertexAttribArray MANGLE(EnableVertexAttribArray)
|