Home
last modified time | relevance | path

Searched defs:isGLES1 (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DState.h247 bool isGLES1() const { return getClientVersion() < ES_2_0; } in isGLES1() function
777 bool isGLES1() const { return mPrivateState.isGLES1(); } in isGLES1() function
DContext.cpp9369 bool Context::isGLES1() const in isGLES1() function in gl::Context
10129 bool isGLES1 = context->isGLES1(); in updateActiveAttribsMask() local