Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp4752 …bool configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GLenum inte…
5698 bool TestBase::configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GL… in configureGLObject() argument
5702 GLenum fbo_target = (is_source_gl_object == 0) ? GL_DRAW_FRAMEBUFFER : GL_READ_FRAMEBUFFER; in configureGLObject()
5793 if (is_source_gl_object) in configureGLObject()
5813 if (is_source_gl_object) in configureGLObject()
5836 DE_ASSERT(is_source_gl_object); in configureGLObject()
5861 << (is_source_gl_object ? "source" : "destination") << "] of format [" in configureGLObject()