Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp102 void UniformStateQueryCastLoop(DestT *dataOut, const uint8_t *srcPointer, int components) in UniformStateQueryCastLoop() function
5056 UniformStateQueryCastLoop<GLboolean>( in getUniformInternal()
5064 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
5072 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
5080 UniformStateQueryCastLoop<GLfloat>( in getUniformInternal()