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

/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DGLSharedGroup.h80 bool needUniformLocationWAR() const { return m_locShiftWAR; } function in class:ProgramData
131 bool needUniformLocationWAR(GLuint program);
H A DGLSharedGroup.cpp403 bool GLSharedGroup::needUniformLocationWAR(GLuint program) function in class:GLSharedGroup
407 if (pData) return pData->needUniformLocationWAR();
/development/tools/emulator/opengl/system/GLESv2_enc/
H A DGL2Encoder.cpp779 bool needLocationWAR = ctx->m_shared->needUniformLocationWAR(program);

Completed in 50 milliseconds