Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp1118 GLTexture framebufferTexture; in testIntegerTextureInit() local
DStateChangeTest.cpp2126 GLTexture framebufferTexture; in TEST_P() local
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h363 PFNGLFRAMEBUFFERTEXTUREPROC framebufferTexture = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl220 glFramebufferTextureFunc framebufferTexture; variable
/external/angle/src/libANGLE/
DContext.cpp4665 void Context::framebufferTexture(GLenum target, GLenum attachment, TextureID texture, GLint level) in framebufferTexture() function in gl::Context