OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_dst_preview_id
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleFunctionalTests.hpp
79
glw::GLuint
to_dst_preview_id
;
member in class:glcts::MultisampleTextureFunctionalTestsBlittingMultisampledDepthAttachmentTest
es31cTextureStorageMultisampleFunctionalTests.cpp
270
,
to_dst_preview_id
(0)
298
if (
to_dst_preview_id
!= 0)
300
gl.deleteTextures(1, &
to_dst_preview_id
);
302
to_dst_preview_id
= 0;
386
gl.genTextures(1, &
to_dst_preview_id
);
612
gl.bindTexture(GL_TEXTURE_2D,
to_dst_preview_id
);
617
GLU_EXPECT_NO_ERROR(gl.getError(), "Could not set up texcture storage for texture object
to_dst_preview_id
");
620
GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri() failed for texture object
to_dst_preview_id
");
626
gl.framebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
to_dst_preview_id
, 0); /* level */
642
gl.framebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
to_dst_preview_id
, 0); /* level *
[
all
...]
Completed in 119 milliseconds