Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:supportsShaderModel3

1164     const bool sm3 = context->supportsShaderModel3();
1496 const char *vertexProfile = context->supportsShaderModel3() ? "vs_3_0" : "vs_2_0";
1497 const char *pixelProfile = context->supportsShaderModel3() ? "ps_3_0" : "ps_2_0";