/external/deqp/modules/gles3/functional/ |
D | es3fStringQueryTests.cpp | 71 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 74 const char *referenceString = isES ? "OpenGL ES 3." : "4."; in init() 91 if (isES) { in init() 115 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 118 const char *referenceString = isES ? "OpenGL ES GLSL ES " : "4."; in init() 136 if (isES) { in init() 160 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 163 if (!isES) { in init()
|
D | es3fNegativeBufferApiTests.cpp | 236 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 253 expectError (isES ? GL_INVALID_OPERATION : GL_NO_ERROR); in init() 649 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 680 expectError (isES ? GL_INVALID_OPERATION : GL_INVALID_ENUM); in init() 814 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 836 expectError (isES ? GL_INVALID_ENUM : GL_INVALID_OPERATION); in init() 1049 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 1068 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR); in init() 1074 expectError (isES ? GL_INVALID_ENUM : GL_NO_ERROR); in init() 1215 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() [all …]
|
D | es3fNegativeVertexArrayApiTests.cpp | 387 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 423 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… in init() 493 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 529 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… in init() 661 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 702 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… in init() 776 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 816 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… in init() 852 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 894 …if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_… in init() [all …]
|
D | es3fNegativeStateApiTests.cpp | 934 const bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 949 if (isES) in init() 969 if (isES && !m_context.getContextInfo().isExtensionSupported("GL_EXT_sparse_texture")) in init()
|
D | es3fNegativeTextureApiTests.cpp | 406 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 407 GLenum error = isES ? GL_INVALID_VALUE : GL_INVALID_OPERATION; in init() 2642 bool isES = glu::isContextTypeES(m_context.getRenderContext().getType()); in init() 2643 GLenum error = isES ? GL_INVALID_VALUE : GL_INVALID_OPERATION; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeAdvancedBlendEquationTests.cpp | 179 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()
|
D | es31fNegativeVertexArrayApiTests.cpp | 74 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 …]
|
D | es31fNegativeBufferApiTests.cpp | 285 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 …]
|
D | es31fProgramStateQueryTests.cpp | 77 const bool isES = isContextTypeES(ctxType); in specializeShader() local 84 { "GL_POSITION_REDECL", (isES ? "" : "out gl_PerVertex { vec4 gl_Position;};")} in specializeShader()
|
D | es31fNegativeStateApiTests.cpp | 1304 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()
|
D | es31fNegativeTextureApiTests.cpp | 410 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/angle/src/libANGLE/renderer/gl/ |
D | DisplayGL.cpp | 56 std::string SanitizeVersionString(std::string versionString, bool isES, bool includeFullVersion) in SanitizeVersionString() argument 69 openGLESPos += GLString.size() + (isES ? ESString.size() : 0); in SanitizeVersionString() 72 result << GLString << (isES ? ESString : ""); in SanitizeVersionString()
|
D | DisplayGL_unittest.cpp | 17 bool isES,
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 61 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/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 134 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() 4046 if (api::isES()) in IsGeometryShaderSupported()
|