Home
last modified time | relevance | path

Searched refs:glNamedFramebufferTexture (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def1057 glNamedFramebufferTexture
DlibGL_autogen.cpp6059 void GL_APIENTRY glNamedFramebufferTexture(GLuint framebuffer, in glNamedFramebufferTexture() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl525 gl->namedFramebufferTexture = glNamedFramebufferTexture;
DtcuNullRenderContextFuncs.inl4475 GLW_APICALL void GLW_APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLu… function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl362 …bufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
DglwInitGL46.inl364 …bufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
DglwInitExtGL.inl674 …ebufferTexture = (glNamedFramebufferTextureFunc) loader->get("glNamedFramebufferTexture");
DglwApi.inl525 #define glNamedFramebufferTexture glwNamedFramebufferTexture macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl525 void glNamedFramebufferTexture (glw::GLuint framebuffer, glw::GLenum attachment, glw::GLu…
DgluCallLogWrapper.inl3875 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/
Dglcorearb.h2773 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
Dglext.h2734 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
/external/swiftshader/include/GL/
Dglcorearb.h2810 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
Dglext.h2770 GLAPI void APIENTRY glNamedFramebufferTexture (GLuint framebuffer, GLenum attachment, GLuint textur…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10480 …r = ((glNamedFramebufferTexture = (PFNGLNAMEDFRAMEBUFFERTEXTUREPROC)glewGetProcAddress((const GLub… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4502 #define glNamedFramebufferTexture GLEW_GET_FUN(__glewNamedFramebufferTexture) macro