Searched refs:GetMatrixUniform (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 214 void GetMatrixUniform(GLenum type, GLfloat *dataOut, const GLfloat *source, bool transpose); 217 void GetMatrixUniform(GLenum type, NonFloatT *dataOut, const NonFloatT *source, bool transpose);
|
D | renderer_utils.cpp | 681 template void GetMatrixUniform<GLint>(GLenum, GLint *, const GLint *, bool); 682 template void GetMatrixUniform<GLuint>(GLenum, GLuint *, const GLuint *, bool); 684 void GetMatrixUniform(GLenum type, GLfloat *dataOut, const GLfloat *source, bool transpose) in GetMatrixUniform() function 701 void GetMatrixUniform(GLenum type, NonFloatT *dataOut, const NonFloatT *source, bool transpose) in GetMatrixUniform() function
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 534 GetMatrixUniform(linkedUniform.type, v, reinterpret_cast<const T *>(ptrToElement), false); in getUniformImpl()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 616 GetMatrixUniform(linkedUniform.type, v, reinterpret_cast<const T *>(ptrToElement), false);
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 3234 GetMatrixUniform(uniform.type, dataOut, reinterpret_cast<const DestT *>(srcPointer), true); in getUniformInternal()
|