Home
last modified time | relevance | path

Searched refs:GetMatrixUniform (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h259 void GetMatrixUniform(GLenum type, GLfloat *dataOut, const GLfloat *source, bool transpose);
262 void GetMatrixUniform(GLenum type, NonFloatT *dataOut, const NonFloatT *source, bool transpose);
Drenderer_utils.cpp845 template void GetMatrixUniform<GLint>(GLenum, GLint *, const GLint *, bool);
846 template void GetMatrixUniform<GLuint>(GLenum, GLuint *, const GLuint *, bool);
848 void GetMatrixUniform(GLenum type, GLfloat *dataOut, const GLfloat *source, bool transpose) in GetMatrixUniform() function
865 void GetMatrixUniform(GLenum type, NonFloatT *dataOut, const NonFloatT *source, bool transpose) in GetMatrixUniform() function
/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.cpp506 GetMatrixUniform(linkedUniform.type, v, reinterpret_cast<const T *>(ptrToElement), false); in getUniformImpl()
/external/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm972 GetMatrixUniform(linkedUniform.type, v, reinterpret_cast<const T *>(ptrToElement), false);
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3279 GetMatrixUniform(uniform.type, dataOut, reinterpret_cast<const DestT *>(srcPointer), true); in getUniformInternal()