Searched refs:_mesa_is_gles31 (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dcontext.h311 _mesa_is_gles31(const struct gl_context *ctx) function
H A Dvarray.c958 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
963 if (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx)) {
1741 if (((ctx->API == API_OPENGL_CORE && ctx->Version >= 44) || _mesa_is_gles31(ctx)) &&
1754 if (!vbo && _mesa_is_gles31(ctx)) {
1795 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2017 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2205 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
2279 if ((ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) &&
H A Dviewport.c57 _mesa_is_gles31(ctx))) {
H A Dapi_validate.c994 if (_mesa_is_gles31(ctx) &&
1019 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader &&
H A Dformatquery.c107 !(_mesa_has_ARB_texture_multisample(ctx) || _mesa_is_gles31(ctx))) {
440 _mesa_is_gles31(ctx)))
H A Dtexparam.c503 if (_mesa_has_ARB_stencil_texturing(ctx) || _mesa_is_gles31(ctx)) {
1882 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
2118 if (!_mesa_has_ARB_stencil_texturing(ctx) && !_mesa_is_gles31(ctx))
H A Dget.c1199 if (_mesa_is_gles31(ctx))
2205 !_mesa_is_gles31(ctx))
2213 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
2221 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
H A Denable.c1021 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
1628 if (!_mesa_is_desktop_gl(ctx) && !_mesa_is_gles31(ctx))
H A Dtexobj.c1584 _mesa_is_gles31(ctx)) ? TEXTURE_2D_MULTISAMPLE_INDEX: -1;
1587 _mesa_is_gles31(ctx))
H A Dfbobject.c1423 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
1496 if (_mesa_is_gles31(ctx) && !ctx->Extensions.OES_geometry_shader) {
H A Dteximage.c514 return (_mesa_is_desktop_gl(ctx) || _mesa_is_gles31(ctx))
5372 && _mesa_is_desktop_gl(ctx))) && !_mesa_is_gles31(ctx)) {
H A Dbufferobj.c132 _mesa_is_gles31(ctx)) {
/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp240 if (_mesa_is_gles31(ctx) || ctx->Extensions.ARB_ES3_1_compatibility) {
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c1717 if (ctx->API == API_OPENGL_CORE || _mesa_is_gles31(ctx)) {

Completed in 365 milliseconds