Searched refs:glTextureBufferRange (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1064 glTextureBufferRange
|
D | libGL_autogen.cpp | 6116 void GL_APIENTRY glTextureBufferRange(GLuint texture, in glTextureBufferRange() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 701 gl->textureBufferRange = glTextureBufferRange;
|
D | tcuNullRenderContextFuncs.inl | 6091 GLW_APICALL void GLW_APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint b… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 488 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
|
D | glwInitGL46.inl | 492 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
|
D | glwInitExtGL.inl | 679 gl->textureBufferRange = (glTextureBufferRangeFunc) loader->get("glTextureBufferRange");
|
D | glwApi.inl | 701 #define glTextureBufferRange glwTextureBufferRange macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 701 void glTextureBufferRange (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint …
|
D | gluCallLogWrapper.inl | 5107 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/ |
D | glcorearb.h | 2794 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
|
D | glext.h | 2755 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2831 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
|
D | glext.h | 2791 GLAPI void APIENTRY glTextureBufferRange (GLuint texture, GLenum internalformat, GLuint buffer, GLi…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10485 …r = ((glTextureBufferRange = (PFNGLTEXTUREBUFFERRANGEPROC)glewGetProcAddress((const GLubyte*)"glTe… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4507 #define glTextureBufferRange GLEW_GET_FUN(__glewTextureBufferRange) macro
|