Searched refs:VertexAttribIPointer (Results 1 – 5 of 5) sorted by relevance
70 GR_GL_CALL(gpu->glInterface(), VertexAttribIPointer(index, in set()
250 GET_PROC(VertexAttribIPointer); in GrGLAssembleGLInterface()686 GET_PROC(VertexAttribIPointer); in GrGLAssembleGLESInterface()
694 PFNVERTEXATTRIBIPOINTERPROC VertexAttribIPointer; variable2047 … VertexAttribIPointer = (PFNVERTEXATTRIBIPOINTERPROC)IntGetProcAddress("glVertexAttribIPointer"); in Switch_VertexAttribIPointer()2048 VertexAttribIPointer(index, size, type, stride, pointer); in Switch_VertexAttribIPointer()2682 VertexAttribIPointer = Switch_VertexAttribIPointer; in InitializeVariables()
1297 …extern void (CODEGEN_FUNCPTR *VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei…
2120 #define glVertexAttribIPointer MANGLE(VertexAttribIPointer)