Home
last modified time | relevance | path

Searched defs:uniform_type (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dgen_uniform_type_table.py105 def get_component_type(uniform_type): argument
120 def get_texture_type(uniform_type): argument
127 def get_transposed_type(uniform_type): argument
138 def get_bool_type(uniform_type): argument
147 def get_sampler_format(uniform_type): argument
160 def get_rows(uniform_type): argument
169 def get_columns(uniform_type): argument
180 def get_components(uniform_type): argument
184 def get_component_size(uniform_type): argument
200 def get_internal_size(uniform_type): argument
[all …]
/third_party/skia/third_party/externals/angle2/src/common/
Dgen_uniform_type_table.py112 def get_component_type(uniform_type): argument
127 def get_texture_type(uniform_type): argument
134 def get_transposed_type(uniform_type): argument
145 def get_bool_type(uniform_type): argument
154 def get_sampler_format(uniform_type): argument
167 def get_rows(uniform_type): argument
176 def get_columns(uniform_type): argument
187 def get_components(uniform_type): argument
191 def get_component_size(uniform_type): argument
207 def get_internal_size(uniform_type): argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetActiveUniformTests.cpp326 glw::GLenum uniform_type = GL_NONE; in iterate() local
Des31cLayoutBindingTests.hpp81 char const* uniform_type; // sampler2D, image2D... member
Des31cShaderAtomicCountersTests.cpp449 …ool CheckUniform(GLuint prog, const GLchar* uniform_name, GLuint uniform_index, GLint uniform_type, in CheckUniform()
Des31cLayoutBindingTests.cpp792 String buildUniformDecl(const String& keyword, const String& layout, const String& uniform_type, in buildUniformDecl()
/third_party/mesa3d/src/compiler/glsl/
Dserialize.cpp790 enum uniform_type enum
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp3344 for (std::vector<uniformTypeDetails>::const_iterator uniform_type = m_uniform_types.begin(); in iterate() local
3578 const uniformTypeDetails& uniform_type, glw::GLint& out_buffer_size, in inspectProgram()
3721 …PUShaderFP64Test2::prepareProgram(shaderStage shader_stage, const uniformTypeDetails& uniform_type, in prepareProgram()
4094 …4Test2::prepareUniformDefinitions(shaderStage shader_stage, const uniformTypeDetails& uniform_type, in prepareUniformDefinitions()
4122 …UShaderFP64Test2::prepareUniforms(shaderStage shader_stage, const uniformTypeDetails& uniform_type, in prepareUniforms()
4207 …Test2::prepareUniformVerification(shaderStage shader_stage, const uniformTypeDetails& uniform_type, in prepareUniformVerification()
15018 std::string uniform_type = Utils::getVariableTypeString(argument_type); in prepareVertexShaderCode() local
Dgl4cShaderAtomicCountersTests.cpp544 …ool CheckUniform(GLuint prog, const GLchar* uniform_name, GLuint uniform_index, GLint uniform_type, in CheckUniform()