Home
last modified time | relevance | path

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

/external/angle/src/libGL/
DlibGL_autogen.def1064 glTextureBufferRange
DlibGL_autogen.cpp6116 void GL_APIENTRY glTextureBufferRange(GLuint texture, in glTextureBufferRange() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl701 gl->textureBufferRange = glTextureBufferRange;
DtcuNullRenderContextFuncs.inl6091 GLW_APICALL void GLW_APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint b… function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl488 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
DglwInitGL46.inl492 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
DglwInitExtGL.inl679 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
DglwApi.inl701 #define glTextureBufferRange glwTextureBufferRange macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl701 void glTextureBufferRange (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint …
DgluCallLogWrapper.inl5107 void CallLogWrapper::glTextureBufferRange (glw::GLuint texture, glw::GLenum internalformat, glw::GL… function in CallLogWrapper
5110 …m_log << TestLog::Message << "glTextureBufferRange(" << texture << ", " << toHex(internalformat) <…
/external/mesa3d/include/GL/
Dglcorearb.h2794 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
Dglext.h2755 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
/external/swiftshader/include/GL/
Dglcorearb.h2831 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
Dglext.h2791 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10485 …r = ((glTextureBufferRange = (PFNGLTEXTUREBUFFERRANGEPROC)glewGetProcAddress((const GLubyte*)"glTe… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4507 #define glTextureBufferRange GLEW_GET_FUN(__glewTextureBufferRange) macro