HomeSort by relevance Sort by last modified time
    Searched refs:to_id (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleTexStorage2DMultisampleTests.hpp 52 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DGeneralSamplesNumberTest
70 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DInvalidAndBorderCaseTextureSizesTest
87 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DNonColorDepthOrStencilInternalFormatsTest
98 virtual void deinitTexture(glw::GLuint& to_id, glw::GLenum texture_target);
99 virtual void initTexture(glw::GLuint& to_id, glw::GLenum texture_target);
140 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForColorTexturesTest
157 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthTexturesTest
174 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthStencilTexturesTest
192 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DValidCallsTest
210 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage2DZeroSampleTest
    [all...]
es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp 308 , to_id(0)
321 gl.bindTexture(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, to_id);
328 gl.deleteTextures(1, &to_id);
332 to_id = 0;
344 gl.genTextures(1, &to_id);
349 if (to_id == 0)
355 gl.bindTexture(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, to_id);
407 , to_id(0)
423 gl.deleteTextures(1, &to_id);
425 to_id = 0
    [all...]
es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp 55 , to_id(0)
75 if (to_id != 0)
78 gl.deleteTextures(1, &to_id);
82 to_id = 0;
98 gl.genTextures(1, &to_id);
103 if (to_id == 0)
109 gl.bindTexture(GL_TEXTURE_2D_MULTISAMPLE, to_id);
209 , to_id(0)
223 if (to_id != 0)
225 gl.deleteTextures(1, &to_id);
    [all...]
es31cTextureStorageMultisampleTexStorage3DMultisampleTests.hpp 77 glw::GLuint to_id; member in class:glcts::MultisampleTextureTexStorage3DZeroSampleTest
97 glw::GLuint to_id; member in class:glcts::NonColorDepthStencilRenderableInternalformatsAreRejectedTest
117 glw::GLuint to_id; member in class:glcts::RequestsToSetUpMultisampleColorTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
137 glw::GLuint to_id; member in class:glcts::RequestsToSetUpMultisampleDepthTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
157 glw::GLuint to_id; member in class:glcts::RequestsToSetUpMultisampleStencilTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
177 glw::GLuint to_id; member in class:glcts::RequestsToSetUpMultisampleTexturesWithValidAndInvalidNumberOfSamplesTest
196 glw::GLuint to_id; member in class:glcts::Texture2DMultisampleTargetIsRejectedTest
217 glw::GLuint to_id; member in class:glcts::ValidInternalformatAndSamplesValuesAreAcceptedTest
es31cTextureStorageMultisampleDependenciesTests.hpp 160 glw::GLuint to_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls1Test
181 glw::GLuint to_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls2Test
202 glw::GLuint to_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls1Test
224 glw::GLuint to_id; member in class:glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls2Test
287 glw::GLuint to_id; member in class:glcts::MultisampleTextureDependenciesNoErrorGeneratedForValidFramebufferTexture2DCallsTest
es31cTextureStorageMultisampleDependenciesTests.cpp     [all...]
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp     [all...]
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp 146 glw::GLuint to_id; member in class:glcts::MultisampleTextureGetTexLevelParametervWorksForMaximumLodTest
198 glw::GLuint to_id; member in class:glcts::MultisampleTextureGetTexLevelParametervNegativeLodIsRejectedTest
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredRendering.hpp 146 glw::GLuint to_id; member in struct:glcts::GeometryShaderLayeredRendering::__anon18788
esextcGeometryShaderLayeredRendering.cpp 379 gl.genTextures(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].to_id);
380 gl.genTextures(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].to_id);
381 gl.genTextures(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_3D].to_id);
382 gl.genTextures(1, &m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_MULTISAMPLE_ARRAY].to_id);
386 gl.bindTexture(GL_TEXTURE_CUBE_MAP, m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].to_id);
389 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].to_id);
392 gl.bindTexture(GL_TEXTURE_3D, m_tests[LAYERED_RENDERING_TEST_ITERATION_3D].to_id);
396 m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_MULTISAMPLE_ARRAY].to_id);
412 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].to_id, 0 /* base mip-map */);
416 m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].to_id, 0 /* base mip-map */)
    [all...]
esextcGeometryShaderLayeredFramebuffer.cpp 519 glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; local
523 gl.bindTexture(GL_TEXTURE_3D, to_id);
553 glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; local
557 gl.framebufferTexture(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_id, 0 /* level */);
587 glw::GLuint to_id = 0; local
603 to_id = m_to_rgba8_id;
619 to_id = m_to_rgba32i_id;
635 to_id = m_to_rgba32ui_id;
649 gl.bindTexture(GL_TEXTURE_3D, to_id);
711 gl.framebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, to_id, 0 /* level */, n_layer)
    [all...]
  /external/scapy/scapy/contrib/
isis.py 124 __slots__ = ["to_str", "to_id", "length"]
125 def __init__(self, name, default, length, to_str, to_id):
127 self.to_id = to_id
138 return self.to_id(x)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 698 auto to_id = SubcomputationId(computation_); local
710 edges_.push_back(StrFormat(R"(%s -> %s [tooltip=" "];)", from_id, to_id));
714 to_id, node_body, node_shape, NodeColorAttributes(color));
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.cpp 987 glw::GLuint to_id = (n_stage_internal == 0) ? m_cs_to_id : m_fbo_draw_to_id; local
999 gl.framebufferTexture2D(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, to_id, 0); /* level */
    [all...]
gl4cTextureViewTests.cpp 10208 glw::GLint to_id = to_ids_to_sample[n_texture]; local
    [all...]
  /external/deqp/external/openglcts/modules/gles3/
es3cCopyTexImageConversionsTests.cpp     [all...]

Completed in 1432 milliseconds