HomeSort by relevance Sort by last modified time
    Searched refs:hasExtension (Results 26 - 50 of 168) sorted by null

12 3 4 5 6 7

  /external/protobuf/objectivec/
GPBMessage.h 262 - (BOOL)hasExtension:(GPBExtensionDescriptor *)extension;
  /external/skia/src/utils/win/
SkWGL.h 64 bool hasExtension(HDC dc, const char* ext) const;
  /external/skia/tests/
EGLImageTest.cpp 76 if (!glCtx1->gl()->hasExtension("EGL_KHR_image") ||
77 !glCtx1->gl()->hasExtension("EGL_KHR_gl_texture_2D_image")) {
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 162 return glesMajorVersion >= 3 && ctx->hasExtension("GL_EXT_color_buffer_float");
164 return glesMajorVersion >= 3 && ctx->hasExtension("GL_EXT_color_buffer_half_float");
515 return ctx->hasExtension("GL_OES_texture_float");
580 return glesMajorVersion >= 3 && ctx->hasExtension("GL_EXT_color_buffer_float");
583 return glesMajorVersion >= 3 && ctx->hasExtension("GL_EXT_color_buffer_half_float");
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java     [all...]
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 128 if (!eglu::hasExtension(egl, *display, "EGL_KHR_no_config_context"))
teglSurfacelessContextTests.cpp 99 if (!eglu::hasExtension(egl, display, "EGL_KHR_surfaceless_context"))
teglWideColorTests.cpp 291 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_pixel_format_float"))
299 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_gl_colorspace"))
307 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_gl_colorspace_display_p3"))
315 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_gl_colorspace_display_p3_linear"))
323 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_gl_colorspace_scrgb"))
331 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_gl_colorspace_scrgb_linear"))
617 if (m_colorSpace != EGL_NONE && !eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_gl_colorspace"))
    [all...]
teglNegativePartialUpdateTests.cpp 157 if (!hasExtension(egl, m_eglDisplay, "EGL_KHR_partial_update"))
328 if (hasExtension(egl, m_eglDisplay, "EGL_KHR_surfaceless_context"))
530 if (hasExtension(egl, m_eglDisplay, "EGL_KHR_surfaceless_context"))
teglImageTests.cpp 91 TCU_CHECK_AND_THROW(NotSupportedError, eglu::hasExtension(m_eglTestCtx.getLibrary(), DPY, EXTNAME), (string("Unsupported extension: ") + (EXTNAME)).c_str())
176 return m_api.getMajorVersion() >= 3 || glu::hasExtension(m_gl, m_api, "GL_EXT_texture_rg");
teglMutableRenderBufferTests.cpp 98 if (!eglu::hasExtension(egl, m_eglDisplay, "EGL_KHR_mutable_render_buffer"))
teglCreateContextExtTests.cpp 557 if (glu::hasExtension(gl, glu::ApiType::core(3, 1), "GL_ARB_compatibility"))
830 if (!glu::hasExtension(gl, glu::ApiType::core(majorVersion, minorVersion), "GL_ARB_robustness"))
838 if (!glu::hasExtension(gl, glu::ApiType::es(majorVersion, minorVersion), "GL_EXT_robustness"))
    [all...]
teglSwapBuffersWithDamageTests.cpp 319 if (!eglu::hasExtension(egl, eglDisplay, "EGL_KHR_swap_buffers_with_damage"))
557 if (!eglu::hasExtension(egl, eglDisplay, "EGL_KHR_swap_buffers_with_damage"))
560 if (!eglu::hasExtension(egl, eglDisplay, "EGL_EXT_buffer_age"))
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyFieldLiteTest.java 238 assertTrue(value.hasExtension(optionalInt32Extension));
240 assertFalse(value.hasExtension(optionalInt64Extension));
DescriptorsTest.java 373 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1));
381 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1));
389 enumType.getOptions().hasExtension(UnittestCustomOptions.enumOpt1));
397 service.getOptions().hasExtension(UnittestCustomOptions.serviceOpt1));
405 method.getOptions().hasExtension(UnittestCustomOptions.methodOpt1));
    [all...]
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 49 if (GrGLGetVersion(ctx->gl()) < GR_GL_VER(3,2) && !ctx->gl()->hasExtension("GL_ARB_sync")) {
54 if (ctx->gl()->hasExtension("GL_APPLE_sync")) {
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 262 if (!this->gl()->hasExtension("EGL_KHR_gl_texture_2D_image")) {
283 if (!this->gl()->hasExtension("GL_OES_EGL_image_external")) {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 220 if (!this->gl()->hasExtension("EGL_KHR_gl_texture_2D_image")) {
237 if (!this->gl()->hasExtension("GL_OES_EGL_image_external")) {
  /external/deqp/framework/egl/
egluGLUtil.cpp 81 const bool khrCreateContextSupported = hasExtension(egl, display, "EGL_KHR_create_context");
egluUtil.hpp 61 bool hasExtension (const eglw::Library& egl, eglw::EGLDisplay display, const std::string& extName);
  /external/deqp/framework/opengl/
gluRenderContext.hpp 231 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension);
gluRenderContext.cpp 212 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension)
  /external/skia/gm/
rectangletexture.cpp 74 !glCtx->hasExtension("GL_ARB_texture_rectangle")) {
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 445 public static boolean hasExtension(String extension) {
  /external/skia/src/gpu/gl/
GrGLGpu.h 285 bool hasExtension(const char* ext) const { return fGLContext->hasExtension(ext); }

Completed in 561 milliseconds

12 3 4 5 6 7