Home
last modified time | relevance | path

Searched refs:isES (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeAdvancedBlendEquationTests.cpp179 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in blend_qualifier_mismatch() local
180 if (!isES) in blend_qualifier_mismatch()
215 if (!isES) in blend_qualifier_mismatch()
229 const bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in attachment_advanced_equation() local
231 if (!isES) in attachment_advanced_equation()
282 if (!isES) in attachment_advanced_equation()
Des31fNegativeVertexArrayApiTests.cpp74 VAOHelper(NegativeTestContext& ctx, bool isES) in VAOHelper() argument
79 if (isES) in VAOHelper()
532 const bool isES = glu::isContextTypeES(rc.getType()); in draw_elements() local
541 VAOHelper vao(ctx, isES); in draw_elements()
573 …if (isES && !ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geomet… in draw_elements()
646 bool isES = glu::isContextTypeES(rc.getType()); in draw_elements_incomplete_primitive() local
655 VAOHelper vao(ctx, isES); in draw_elements_incomplete_primitive()
687 …if (isES && !ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geomet… in draw_elements_incomplete_primitive()
897 const bool isES = glu::isContextTypeES(rc.getType()); in draw_elements_instanced() local
906 VAOHelper vao(ctx, isES); in draw_elements_instanced()
[all …]
Des31fNegativeBufferApiTests.cpp285 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in read_pixels_fbo_format_mismatch() local
302 ctx.expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR); in read_pixels_fbo_format_mismatch()
768 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in draw_buffers() local
795 ctx.expectError (isES ? GL_INVALID_OPERATION : GL_INVALID_ENUM); in draw_buffers()
815 ctx.expectError (isES ? GL_INVALID_OPERATION : GL_INVALID_ENUM); in draw_buffers()
960 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in read_buffer() local
982 ctx.expectError (isES ? GL_INVALID_ENUM : GL_INVALID_OPERATION); in read_buffer()
1300 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in renderbuffer_storage() local
1319 ctx.expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR); in renderbuffer_storage()
1325 ctx.expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR); in renderbuffer_storage()
[all …]
Des31fNegativeStateApiTests.cpp1304 const bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in get_internalformativ() local
1321 if (isES) in get_internalformativ()
1340 if (isES && !ctx.getContextInfo().isExtensionSupported("GL_EXT_sparse_texture")) in get_internalformativ()
Des31fNegativeTextureApiTests.cpp410 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in compressedteximage2d_invalid_border() local
411 GLenum error = isES ? GL_INVALID_VALUE : GL_INVALID_OPERATION; in compressedteximage2d_invalid_border()
3393 bool isES = glu::isContextTypeES(ctx.getRenderContext().getType()); in compressedteximage3d_invalid_border() local
3394 GLenum error = isES ? GL_INVALID_VALUE : GL_INVALID_OPERATION; in compressedteximage3d_invalid_border()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
305 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext() argument
319 auto versions = isES ? gles_versions : gl_versions; in CreateBestContext()
330 if (isES) { in CreateBestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
298 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext() argument
312 auto versions = isES ? gles_versions : gl_versions; in CreateBestContext()
323 if (isES) { in CreateBestContext()
/external/angle/src/libANGLE/renderer/gl/
DDisplayGL.cpp56 std::string SanitizeVersionString(std::string versionString, bool isES) in SanitizeVersionString() argument
61 if (isES) in SanitizeVersionString()
DDisplayGL_unittest.cpp16 extern std::string SanitizeVersionString(std::string versionString, bool isES);
/external/llvm-project/flang/runtime/
Dedit-output.cpp193 bool isES{edit.variation == 'S'}; in EditEorDOutput() local
194 int scale{isEN || isES ? 1 : edit.modes.scale}; // 'kP' value in EditEorDOutput()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp134 static bool isES() in isES() function
149 static bool isES() in isES() function
473 if (!api::isES()) in BindingPointCheck()
553 if (!api::isES()) in StateValidate()
4052 if (api::isES()) in IsGeometryShaderSupported()