Home
last modified time | relevance | path

Searched defs:framebufferTexture2D (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp138 void TestContext::framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint t… in framebufferTexture2D() function in glcts::__anon84a6370c0111::TestContext
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js124 'framebufferTexture2D': {5: { 0:true, 1:true, 2:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp372 void GLContext::framebufferTexture2D(uint32_t target, uint32_t attachment, uint32_t textarget, uint… in framebufferTexture2D() function in sglr::GLContext
DsglrReferenceContext.cpp2117 void ReferenceContext::framebufferTexture2D(uint32_t target, uint32_t attachment, uint32_t textarge… in framebufferTexture2D() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h283 PFNGLFRAMEBUFFERTEXTURE2DPROC framebufferTexture2D = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl223 glFramebufferTexture2DFunc framebufferTexture2D; variable
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp137 decltype(&gl::CaptureFramebufferTexture2D) framebufferTexture2D; member
/external/angle/src/libANGLE/
DContext.cpp5070 void Context::framebufferTexture2D(GLenum target, in framebufferTexture2D() function in gl::Context