Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp552 ScopedGlTexture framebufferTexture(*mGl); in TEST_P() local
691 ScopedGlTexture framebufferTexture(*mGl); in TEST_P() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp1153 GLTexture framebufferTexture; in testIntegerTextureInit() local
H A DStateChangeTest.cpp2274 GLTexture framebufferTexture; in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h363 PFNGLFRAMEBUFFERTEXTUREPROC framebufferTexture = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl221 glFramebufferTextureFunc framebufferTexture; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5308 void Context::framebufferTexture(GLenum target, GLenum attachment, TextureID texture, GLint level) in framebufferTexture() function in gl::Context