Searched refs:glNamedFramebufferTextureLayer (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 1058 glNamedFramebufferTextureLayer
|
D | libGL_autogen.cpp | 6067 void GL_APIENTRY glNamedFramebufferTextureLayer(GLuint framebuffer, in glNamedFramebufferTextureLayer() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 531 gl->namedFramebufferTextureLayer = glNamedFramebufferTextureLayer;
|
D | tcuNullRenderContextFuncs.inl | 4534 GLW_APICALL void GLW_APIENTRY glNamedFramebufferTextureLayer (GLuint framebuffer, GLenum attachment… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 363 …eLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamedFramebufferTextureLayer");
|
D | glwInitGL46.inl | 365 …eLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamedFramebufferTextureLayer");
|
D | glwInitExtGL.inl | 675 …reLayer = (glNamedFramebufferTextureLayerFunc) loader->get("glNamedFramebufferTextureLayer");
|
D | glwApi.inl | 531 #define glNamedFramebufferTextureLayer glwNamedFramebufferTextureLayer macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 531 void glNamedFramebufferTextureLayer (glw::GLuint framebuffer, glw::GLenum attachment, glw:…
|
D | gluCallLogWrapper.inl | 3917 void CallLogWrapper::glNamedFramebufferTextureLayer (glw::GLuint framebuffer, glw::GLenum attachmen… function in CallLogWrapper 3920 …m_log << TestLog::Message << "glNamedFramebufferTextureLayer(" << framebuffer << ", " << toHex(att…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2774 GLAPI void APIENTRY glNamedFramebufferTextureLayer (GLuint framebuffer, GLenum attachment, GLuint t…
|
D | glext.h | 2735 GLAPI void APIENTRY glNamedFramebufferTextureLayer (GLuint framebuffer, GLenum attachment, GLuint t…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2811 GLAPI void APIENTRY glNamedFramebufferTextureLayer (GLuint framebuffer, GLenum attachment, GLuint t…
|
D | glext.h | 2771 GLAPI void APIENTRY glNamedFramebufferTextureLayer (GLuint framebuffer, GLenum attachment, GLuint t…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 10481 …r = ((glNamedFramebufferTextureLayer = (PFNGLNAMEDFRAMEBUFFERTEXTURELAYERPROC)glewGetProcAddress((… in _glewInit_GL_ARB_direct_state_access()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4503 #define glNamedFramebufferTextureLayer GLEW_GET_FUN(__glewNamedFramebufferTextureLayer) macro
|