Home
last modified time | relevance | path

Searched refs:glVertexArrayAttribFormat (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def1083 glVertexArrayAttribFormat
DlibGL_autogen.cpp6270 void GL_APIENTRY glVertexArrayAttribFormat(GLuint vaobj, in glVertexArrayAttribFormat() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl800 gl->vertexArrayAttribFormat = glVertexArrayAttribFormat;
DtcuNullRenderContextFuncs.inl7016 GLW_APICALL void GLW_APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint si… function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl566 …yAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayAttribFormat");
DglwInitGL46.inl570 …yAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayAttribFormat");
DglwInitExtGL.inl698 …ayAttribFormat = (glVertexArrayAttribFormatFunc) loader->get("glVertexArrayAttribFormat");
DglwApi.inl800 #define glVertexArrayAttribFormat glwVertexArrayAttribFormat macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl800 void glVertexArrayAttribFormat (glw::GLuint vaobj, glw::GLuint attribindex, glw::GLint si…
DgluCallLogWrapper.inl5809 void CallLogWrapper::glVertexArrayAttribFormat (glw::GLuint vaobj, glw::GLuint attribindex, glw::GL… function in CallLogWrapper
5812 …m_log << TestLog::Message << "glVertexArrayAttribFormat(" << vaobj << ", " << attribindex << ", " …
/external/mesa3d/include/GL/
Dglcorearb.h2832 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum…
Dglext.h2793 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum…
/external/swiftshader/include/GL/
Dglcorearb.h2869 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum…
Dglext.h2829 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10504 …r = ((glVertexArrayAttribFormat = (PFNGLVERTEXARRAYATTRIBFORMATPROC)glewGetProcAddress((const GLub… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4526 #define glVertexArrayAttribFormat GLEW_GET_FUN(__glewVertexArrayAttribFormat) macro