Home
last modified time | relevance | path

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

/external/angle/src/libGL/
DlibGL_autogen.def991 glCreateTextures
DlibGL_autogen.cpp5634 void GL_APIENTRY glCreateTextures(GLenum target, GLsizei n, GLuint *textures) in glCreateTextures() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl137 gl->createTextures = glCreateTextures;
DtcuNullRenderContextFuncs.inl1314 GLW_APICALL void GLW_APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitGL46.inl105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwInitExtGL.inl630 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
DglwApi.inl137 #define glCreateTextures glwCreateTextures macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl137 void glCreateTextures (glw::GLenum target, glw::GLsizei n, glw::GLuint *textures);
DgluCallLogWrapper.inl945 void CallLogWrapper::glCreateTextures (glw::GLenum target, glw::GLsizei n, glw::GLuint *textures) function in CallLogWrapper
948 …m_log << TestLog::Message << "glCreateTextures(" << toHex(target) << ", " << n << ", " << toHex(re…
/external/mesa3d/include/GL/
Dglcorearb.h2792 GLAPI void APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures);
Dglext.h2753 GLAPI void APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures);
/external/swiftshader/include/GL/
Dglcorearb.h2829 GLAPI void APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures);
Dglext.h2789 GLAPI void APIENTRY glCreateTextures (GLenum target, GLsizei n, GLuint *textures);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10436 …r = ((glCreateTextures = (PFNGLCREATETEXTURESPROC)glewGetProcAddress((const GLubyte*)"glCreateText… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4458 #define glCreateTextures GLEW_GET_FUN(__glewCreateTextures) macro