Home
last modified time | relevance | path

Searched refs:entryPointType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp421 void ProgramVk::setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType) in setUniformImpl() argument
429 if (linkedUniform.typeInfo->type == entryPointType) in setUniformImpl()
463 ASSERT(linkedUniform.typeInfo->type == gl::VariableBoolVectorType(entryPointType)); in setUniformImpl()
486 void ProgramVk::getUniformImpl(GLint location, T *v, GLenum entryPointType) const in getUniformImpl()
499 ASSERT(linkedUniform.typeInfo->componentType == entryPointType || in getUniformImpl()
500 linkedUniform.typeInfo->componentType == gl::VariableBoolVectorType(entryPointType)); in getUniformImpl()
DProgramVk.h186 void getUniformImpl(GLint location, T *v, GLenum entryPointType) const;
189 void setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.h174 void getUniformImpl(GLint location, T *v, GLenum entryPointType) const;
177 void setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType);
DProgramMtl.mm919 void ProgramMtl::setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType)
931 if (linkedUniform.typeInfo->type == entryPointType)
965 ASSERT(linkedUniform.typeInfo->type == gl::VariableBoolVectorType(entryPointType));
988 void ProgramMtl::getUniformImpl(GLint location, T *v, GLenum entryPointType) const
1001 ASSERT(linkedUniform.typeInfo->componentType == entryPointType ||
1002 linkedUniform.typeInfo->componentType == gl::VariableBoolVectorType(entryPointType));