Searched refs:glTextureBuffer (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 685 gl->textureBuffer = glTextureBuffer;
|
D | tcuNullRenderContextFuncs.inl | 5928 GLW_APICALL void GLW_APIENTRY glTextureBuffer (GLuint texture, GLenum internalformat, GLuint buffer) function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL46.inl | 491 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwInitGL45.inl | 487 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwInitExtGL.inl | 672 gl->textureBuffer = (glTextureBufferFunc) loader->get("glTextureBuffer");
|
D | glwApi.inl | 685 #define glTextureBuffer glwTextureBuffer macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2189 #define glTextureBuffer MANGLE(TextureBuffer) macro
|
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/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 685 void glTextureBuffer (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint buf…
|
D | gluCallLogWrapper.inl | 4995 void CallLogWrapper::glTextureBuffer (glw::GLuint texture, glw::GLenum internalformat, glw::GLuint … function in CallLogWrapper 4998 …m_log << TestLog::Message << "glTextureBuffer(" << texture << ", " << toHex(internalformat) << ", …
|
/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);
|