Searched defs:isGLES1 (Results 1 – 5 of 5) sorted by relevance
58 bool isGLES1, in LinkTaskVk()
367 bool isGLES1) in initShaders()
530 bool isGLES1) in initShaders()
243 bool isGLES1() const { return getClientVersion() < ES_2_0; } in isGLES1() function803 bool isGLES1() const { return mPrivateState.isGLES1(); } in isGLES1() function
9340 bool Context::isGLES1() const in isGLES1() function in gl::Context10326 bool isGLES1 = context->isGLES1(); in updateActiveAttribsMask() local