Home
last modified time | relevance | path

Searched defs:framebufferTexture (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp1115 GLTexture framebufferTexture; in testIntegerTextureInit() local
DStateChangeTest.cpp2123 GLTexture framebufferTexture; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h363 PFNGLFRAMEBUFFERTEXTUREPROC framebufferTexture = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl221 glFramebufferTextureFunc framebufferTexture; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4764 void Context::framebufferTexture(GLenum target, GLenum attachment, TextureID texture, GLint level) in framebufferTexture() function in gl::Context