Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp666 void UniformStateQueryCastLoop(DestT *dataOut, const uint8_t *srcPointer, int components) in UniformStateQueryCastLoop() function
3124 UniformStateQueryCastLoop<GLboolean>( in getUniformInternal()
3132 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
3140 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal()
3148 UniformStateQueryCastLoop<GLfloat>( in getUniformInternal()