Searched refs:glTextureBuffer (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/docs/relnotes/ |
D | 20.0.7.rst | 127 - mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
|
D | 20.1.0.rst | 3178 - mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1063 glTextureBuffer
|
D | libGL_autogen.cpp | 6111 void GL_APIENTRY glTextureBuffer(GLuint texture, GLenum internalformat, GLuint buffer) in glTextureBuffer() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 699 gl->textureBuffer = glTextureBuffer;
|
D | tcuNullRenderContextFuncs.inl | 6074 GLW_APICALL void GLW_APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer) function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 487 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwInitGL46.inl | 491 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwInitExtGL.inl | 678 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwApi.inl | 699 #define glTextureBuffer glwTextureBuffer macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 699 void glTextureBuffer (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint buf…
|
D | gluCallLogWrapper.inl | 5093 void CallLogWrapper::glTextureBuffer (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint … function in CallLogWrapper 5096 …m_log << TestLog::Message << "glTextureBuffer(" << texture << ", " << toHex(internalformat) << ", …
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2793 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
|
D | glext.h | 2754 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2830 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
|
D | glext.h | 2790 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10484 …r = ((glTextureBuffer = (PFNGLTEXTUREBUFFERPROC)glewGetProcAddress((const GLubyte*)"glTextureBuffe… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4506 #define glTextureBuffer GLEW_GET_FUN(__glewTextureBuffer) macro
|