Home
last modified time | relevance | path

Searched refs:VertexAttribIPointer (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp70 GR_GL_CALL(gpu->glInterface(), VertexAttribIPointer(index, in set()
DGrGLAssembleInterface.cpp250 GET_PROC(VertexAttribIPointer); in GrGLAssembleGLInterface()
686 GET_PROC(VertexAttribIPointer); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp694 PFNVERTEXATTRIBIPOINTERPROC VertexAttribIPointer; variable
2047VertexAttribIPointer = (PFNVERTEXATTRIBIPOINTERPROC)IntGetProcAddress("glVertexAttribIPointer"); in Switch_VertexAttribIPointer()
2048 VertexAttribIPointer(index, size, type, stride, pointer); in Switch_VertexAttribIPointer()
2682 VertexAttribIPointer = Switch_VertexAttribIPointer; in InitializeVariables()
Dgl_core_3_1.hpp1297 …extern void (CODEGEN_FUNCPTR *VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei…
/external/mesa3d/include/GL/
Dgl_mangle.h2120 #define glVertexAttribIPointer MANGLE(VertexAttribIPointer)