Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp9981 …Lenum src_internal_format, GLenum dst_internal_format, GLuint src_object_id, GLuint dst_object_id);
10038 GLuint dst_object_id = generateGLObject(m_destination_attachment_type); in iterate() local
10039 if (dst_object_id == 0) in iterate()
10058 if (!execute(fboInternalIormat, dstInternalFormat, src_object_id, dst_object_id)) in iterate()
10068 if (dst_object_id != 0) in iterate()
10069 destroyGLObject(m_destination_attachment_type, dst_object_id); in iterate()
10097 GLuint dst_object_id) in execute() argument
10149 gl.bindTexture(general_destination_attachment_type, dst_object_id); in execute()