Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp103 void UniformStateQueryCastLoop(DestT *dataOut, const uint8_t *srcPointer, int components) in UniformStateQueryCastLoop() function
4195 UniformStateQueryCastLoop<GLboolean>( in getUniformInternal()
4203 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
4211 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
4219 UniformStateQueryCastLoop<GLfloat>( in getUniformInternal()