Searched refs:glNamedFramebufferTexture (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1057 glNamedFramebufferTexture
|
D | libGL_autogen.cpp | 6059 void GL_APIENTRY glNamedFramebufferTexture(GLuint framebuffer, in glNamedFramebufferTexture() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 525 gl->namedFramebufferTexture = glNamedFramebufferTexture;
|
D | tcuNullRenderContextFuncs.inl | 4475 GLW_APICALL void GLW_APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLu… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 362 …bufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
|
D | glwInitGL46.inl | 364 …bufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
|
D | glwInitExtGL.inl | 674 …ebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
|
D | glwApi.inl | 525 #define glNamedFramebufferTexture glwNamedFramebufferTexture macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 525 void glNamedFramebufferTexture (glw::GLuint framebuffer, glw::GLenum attachment, glw::GLu…
|
D | gluCallLogWrapper.inl | 3875 void CallLogWrapper::glNamedFramebufferTexture (glw::GLuint framebuffer, glw::GLenum attachment, gl… function in CallLogWrapper 3878 …m_log << TestLog::Message << "glNamedFramebufferTexture(" << framebuffer << ", " << toHex(attachme…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2773 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
|
D | glext.h | 2734 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2810 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
|
D | glext.h | 2770 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10480 …r = ((glNamedFramebufferTexture = (PFNGLNAMEDFRAMEBUFFERTEXTUREPROC)glewGetProcAddress((const GLub… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4502 #define glNamedFramebufferTexture GLEW_GET_FUN(__glewNamedFramebufferTexture) macro
|