Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp4747 …bool configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GLenum inte…
5693 bool TestBase::configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GL… in configureGLObject() argument
5697 GLenum fbo_target = (is_source_gl_object == 0) ? GL_DRAW_FRAMEBUFFER : GL_READ_FRAMEBUFFER; in configureGLObject()
5788 if (is_source_gl_object) in configureGLObject()
5808 if (is_source_gl_object) in configureGLObject()
5831 DE_ASSERT(is_source_gl_object); in configureGLObject()
5856 << (is_source_gl_object ? "source" : "destination") << "] of format [" in configureGLObject()