Home
last modified time | relevance | path

Searched refs:glTextureBuffer (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/docs/relnotes/
D20.0.7.rst127 - mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
D20.1.0.rst3178 - mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
/external/angle/src/libGL/
DlibGL_autogen.def1063 glTextureBuffer
DlibGL_autogen.cpp6111 void GL_APIENTRY glTextureBuffer(GLuint texture, GLenum internalformat, GLuint buffer) in glTextureBuffer() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl699 gl->textureBuffer = glTextureBuffer;
DtcuNullRenderContextFuncs.inl6074 GLW_APICALL void GLW_APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl487 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
DglwInitGL46.inl491 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
DglwInitExtGL.inl678 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
DglwApi.inl699 #define glTextureBuffer glwTextureBuffer macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl699 void glTextureBuffer (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint buf…
DgluCallLogWrapper.inl5093 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/
Dglcorearb.h2793 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
Dglext.h2754 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
/external/swiftshader/include/GL/
Dglcorearb.h2830 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
Dglext.h2790 GLAPI void APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10484 …r = ((glTextureBuffer = (PFNGLTEXTUREBUFFERPROC)glewGetProcAddress((const GLubyte*)"glTextureBuffe… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4506 #define glTextureBuffer GLEW_GET_FUN(__glewTextureBuffer) macro