Lines Matching refs:gles1
53 GLES1State &gles1State = glState->gles1(); in prepareForDraw()
437 int GLES1Renderer::VertexArrayIndex(ClientVertexArrayType type, const GLES1State &gles1) in VertexArrayIndex() argument
450 return kTextureCoordAttribIndexBase + gles1.getClientTextureUnit(); in VertexArrayIndex()
516 AttributesMask prevAttributesMask = glState->gles1().getVertexArraysAttributeMask(); in drawTexture()
520 glState->gles1().setAllDirty(); in drawTexture()
623 GLES1State &gles1State = glState->gles1(); in initializeRendererProgram()
876 GLES1State &gles1 = glState->gles1(); in setAttributesEnabled() local
887 int index = VertexArrayIndex(attrib, glState->gles1()); in setAttributesEnabled()
891 gles1.setClientStateEnabled(attrib, true); in setAttributesEnabled()
896 gles1.setClientStateEnabled(attrib, false); in setAttributesEnabled()
907 gles1.setTexCoordArrayEnabled(i, true); in setAttributesEnabled()
912 gles1.setTexCoordArrayEnabled(i, false); in setAttributesEnabled()