Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp58 bool isGLES1, in LinkTaskVk()
H A DProgramExecutableVk.h367 bool isGLES1) in initShaders()
H A DProgramExecutableVk.cpp530 bool isGLES1) in initShaders()
/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h243 bool isGLES1() const { return getClientVersion() < ES_2_0; } in isGLES1() function
803 bool isGLES1() const { return mPrivateState.isGLES1(); } in isGLES1() function
H A DContext.cpp9340 bool Context::isGLES1() const in isGLES1() function in gl::Context
10326 bool isGLES1 = context->isGLES1(); in updateActiveAttribsMask() local