Home
last modified time | relevance | path

Searched defs:to_id (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.hpp52 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DGeneralSamplesNumberTest
70 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DInvalidAndBorderCaseTextureSizesTest
87 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DNonColorDepthOrStencilInternalFormatsTest
140 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForColorTexturesTest
157 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthTexturesTest
174 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DUnsupportedSamplesCountForDepthStencilTexturesTest
192 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DValidCallsTest
210 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage2DZeroSampleTest
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.hpp77 glw::GLuint to_id; member in glcts::MultisampleTextureTexStorage3DZeroSampleTest
97 glw::GLuint to_id; member in glcts::NonColorDepthStencilRenderableInternalformatsAreRejectedTest
117 glw::GLuint to_id; member in glcts::RequestsToSetUpMultisampleColorTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
137 glw::GLuint to_id; member in glcts::RequestsToSetUpMultisampleDepthTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
157 glw::GLuint to_id; member in glcts::RequestsToSetUpMultisampleStencilTexturesWithUnsupportedNumberOfSamplesAreRejectedTest
177 glw::GLuint to_id; member in glcts::RequestsToSetUpMultisampleTexturesWithValidAndInvalidNumberOfSamplesTest
196 glw::GLuint to_id; member in glcts::Texture2DMultisampleTargetIsRejectedTest
217 glw::GLuint to_id; member in glcts::ValidInternalformatAndSamplesValuesAreAcceptedTest
Des31cTextureStorageMultisampleDependenciesTests.hpp160 glw::GLuint to_id; member in glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls1Test
181 glw::GLuint to_id; member in glcts::MultisampleTextureDependenciesInvalidFramebufferTexture2DCalls2Test
202 glw::GLuint to_id; member in glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls1Test
224 glw::GLuint to_id; member in glcts::MultisampleTextureDependenciesInvalidFramebufferTextureLayerCalls2Test
287 glw::GLuint to_id; member in glcts::MultisampleTextureDependenciesNoErrorGeneratedForValidFramebufferTexture2DCallsTest
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp146 glw::GLuint to_id; member in glcts::MultisampleTextureGetTexLevelParametervWorksForMaximumLodTest
198 glw::GLuint to_id; member in glcts::MultisampleTextureGetTexLevelParametervNegativeLodIsRejectedTest
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp550 void MultisampleTextureTexStorage2DReconfigurationRejectedTest::deinitTexture(glw::GLuint &to_id, in deinitTexture()
586 void MultisampleTextureTexStorage2DReconfigurationRejectedTest::initTexture(glw::GLuint &to_id, in initTexture()
/external/rust/android-crates-io/crates/icu_provider_baked/src/
Dbinary_search.rs161 fn to_id(k: Self::Type) -> DataIdentifierCow<'static>; in to_id() method
174 fn to_id(locale: Self::Type) -> DataIdentifierCow<'static> { in to_id() method
189 fn to_id(attributes: Self::Type) -> DataIdentifierCow<'static> { in to_id() method
208 fn to_id((attributes, locale): Self::Type) -> DataIdentifierCow<'static> { in to_id() method
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp521 … glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; in iterate() local
555 … glw::GLuint to_id = (n == 0) ? m_to_rgba8_id : (n == 1) ? m_to_rgba32i_id : m_to_rgba32ui_id; in iterate() local
588 glw::GLuint to_id = 0; in iterate() local
DesextcGeometryShaderLayeredRendering.hpp147 glw::GLuint to_id; member
/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/
DesextcFragmentShadingRateErrors.cpp137 glw::GLuint to_id; in iterate() local
/external/scapy/scapy/contrib/
Disis.py107 def __init__(self, name, default, length, to_str, to_id): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc742 auto to_id = SubcomputationId(computation_); in DumpRootTag() local
/external/deqp/external/openglcts/modules/common/
DglcCullDistance.cpp1153 glw::GLuint to_id = (n_stage_internal == 0) ? m_cs_to_id : m_fbo_draw_to_id; in test() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp10214 glw::GLint to_id = to_ids_to_sample[n_texture]; in iterate() local
/external/libbpf/src/
Dbtf.c3332 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp9121 bool RequiredCase::bindTextureToTargetToSpecificTextureUnit(GLuint to_id, GLenum texture_target, GL… in bindTextureToTargetToSpecificTextureUnit()