Home
last modified time | relevance | path

Searched refs:GetUniformTypeInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.cpp55 : typeInfo(&GetUniformTypeInfo(typeIn)), bufferIndex(bufferIndexIn), blockInfo(blockInfoIn) in LinkedUniform()
70 typeInfo(&GetUniformTypeInfo(type)), in LinkedUniform()
DProgramExecutable.cpp339 uniform.typeInfo = &GetUniformTypeInfo(uniform.type); in load()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h207 const UniformTypeInfo &GetUniformTypeInfo(GLenum uniformType);
Duniform_type_info_autogen.cpp372 const UniformTypeInfo &GetUniformTypeInfo(GLenum uniformType) in GetUniformTypeInfo() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm345 const gl::UniformTypeInfo &info = gl::GetUniformTypeInfo(varying.type);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp289 : typeInfo(gl::GetUniformTypeInfo(type)), in D3DUniform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp547 const gl::UniformTypeInfo &uniformInfo = gl::GetUniformTypeInfo(tfVarying.type); in AssignTransformFeedbackQualifiers()