Home
last modified time | relevance | path

Searched refs:is_source_gl_object (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp6665 …bool configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GLenum inte…
7611 bool TestBase::configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GL… in configureGLObject() argument
7615 GLenum fbo_target = (is_source_gl_object == 0) ? GL_DRAW_FRAMEBUFFER : GL_READ_FRAMEBUFFER; in configureGLObject()
7706 if (is_source_gl_object) in configureGLObject()
7726 if (is_source_gl_object) in configureGLObject()
7749 DE_ASSERT(is_source_gl_object); in configureGLObject()
7774 … << (is_source_gl_object ? "source" : "destination") << "] of format [" in configureGLObject()