Home
last modified time | relevance | path

Searched refs:VariableBoolVectorType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dutilities.h54 GLenum VariableBoolVectorType(GLenum type);
H A Dutilities.cpp272 GLenum VariableBoolVectorType(GLenum type) in VariableBoolVectorType() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp1138 ASSERT(linkedUniform.getType() == gl::VariableBoolVectorType(entryPointType)); in SetUniform()
1247 gl::VariableBoolVectorType(entryPointType)); in GetUniform()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DProgramExecutableMtl.mm1568 ASSERT(linkedUniform.getType() == gl::VariableBoolVectorType(entryPointType));
1606 gl::VariableBoolVectorType(entryPointType));
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.h340 if (valueType != uniformType && VariableBoolVectorType(valueType) != uniformType) in ValidateUniformValue()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp2549 ASSERT(targetUniform->typeInfo.type == gl::VariableBoolVectorType(uniformType)); in setUniformImpl()