Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp3664 glw::GLuint texture_object_id = 0; in execute_dispatch_test() local
3670 gl.genTextures(1, &texture_object_id); in execute_dispatch_test()
3673 gl.bindTexture(GL_TEXTURE_2D, texture_object_id); in execute_dispatch_test()
3679 …gl.bindImageTexture(0 /* image unit */, texture_object_id, 0 /* level */, GL_FALSE /* layered */, … in execute_dispatch_test()
3709 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture_object_id, 0); in execute_dispatch_test()
3727 gl.deleteTextures(1, &texture_object_id); in execute_dispatch_test()
3796 glw::GLuint texture_object_id = 0; in execute_draw_test() local
3802 gl.genTextures(1, &texture_object_id); in execute_draw_test()
3805 gl.bindTexture(GL_TEXTURE_2D, texture_object_id); in execute_draw_test()
3817 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture_object_id, 0); in execute_draw_test()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp3069 glw::GLint texture_object_id = 0; in iterate() local
3074 texture_object_id = test_run.parent_texture_object_id; in iterate()
3077 texture_object_id = test_run.parent_texture_object_id; in iterate()
3080 texture_object_id = test_run.parent_texture_object_id; in iterate()
3083 texture_object_id = test_run.texture_view_object_created_from_immutable_to_id; in iterate()
3086 texture_object_id = test_run.texture_view_object_created_from_view_to_id; in iterate()
3096 gl.bindTexture(test_run.texture_target, texture_object_id); in iterate()