Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h80 bool needUniformLocationWAR() const { return m_locShiftWAR; } in needUniformLocationWAR() function
132 bool needUniformLocationWAR(GLuint program);
DGLSharedGroup.cpp431 bool GLSharedGroup::needUniformLocationWAR(GLuint program) in needUniformLocationWAR() function in GLSharedGroup
435 if (pData) return pData->needUniformLocationWAR(); in needUniformLocationWAR()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp954 bool needLocationWAR = ctx->m_shared->needUniformLocationWAR(program); in s_glGetUniformLocation()