Home
last modified time | relevance | path

Searched defs:hasExtension (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLExtensions.cpp31 auto hasExtension = [&](const std::string &extension) { in initializeExtensions() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp205 bool FunctionsWGL::hasExtension(const std::string &ext) const in hasExtension() function in rx::FunctionsWGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp205 bool FunctionsWGL::hasExtension(const std::string &ext) const in hasExtension() function in rx::FunctionsWGL
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java76 private boolean hasExtension; field in Phonenumber.PhoneNumber
78 public boolean hasExtension() { return hasExtension; } in hasExtension() method in Phonenumber.PhoneNumber
/third_party/skia/src/gpu/gl/
DGrGLContext.h48 bool hasExtension(const char* ext) const { in hasExtension() function
/third_party/skia/src/gpu/vk/
DGrVkExtensions.cpp125 bool GrVkExtensions::hasExtension(const char ext[], uint32_t minVersion) const { in hasExtension() function in GrVkExtensions
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp22 bool hasExtension() const { return IsEGLClientExtensionEnabled("EGL_KHR_debug"); } in hasExtension() function in angle::EGLDebugTest
/third_party/flutter/skia/src/gpu/vk/
DGrVkExtensions.cpp127 bool GrVkExtensions::hasExtension(const char ext[], uint32_t minVersion) const { in hasExtension() function in GrVkExtensions
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp22 bool hasExtension() const { return IsEGLClientExtensionEnabled("EGL_KHR_debug"); } in hasExtension() function in angle::EGLDebugTest
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp219 bool FunctionsGL::hasExtension(const std::string &ext) const in hasExtension() function in rx::FunctionsGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp219 bool FunctionsGL::hasExtension(const std::string &ext) const in hasExtension() function in rx::FunctionsGL
/third_party/flutter/skia/src/gpu/gl/
DGrGLContext.h48 bool hasExtension(const char* ext) const { in hasExtension() function
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp235 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension) in hasExtension() function
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumber.pb.js192 i18n.phonenumbers.PhoneNumber.prototype.hasExtension = function() { method in i18n.phonenumbers.PhoneNumber
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp209 bool Device::hasExtension(const char *extensionName) const in hasExtension() function in vk::Device
/third_party/typescript/src/compiler/
Dpath.ts79 export function hasExtension(fileName: string): boolean { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java489 <Type> boolean hasExtension(ExtensionLite<MessageType, Type> extension); in hasExtension() method
806 public final <Type> boolean hasExtension(final ExtensionLite<MessageType, Type> extension) { in hasExtension() method in GeneratedMessageLite.ExtendableMessage
966 public final <Type> boolean hasExtension(final ExtensionLite<MessageType, Type> extension) { in hasExtension() method in GeneratedMessageLite.ExtendableBuilder
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp253 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension() function in rx::FunctionsGLX
/third_party/skia/src/utils/win/
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension() function in SkWGLExtensions
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension() function in SkWGLExtensions
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp80 bool hasExtension (const Library& egl, EGLDisplay display, const string& str) in hasExtension() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp281 bool FunctionsGLX::hasExtension(const char *extension) const in hasExtension() function in rx::FunctionsGLX
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp308 bool FunctionsEGL::hasExtension(const char *extension) const in hasExtension() function in rx::FunctionsEGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp321 bool FunctionsEGL::hasExtension(const char *extension) const in hasExtension() function in rx::FunctionsEGL
/third_party/skia/include/gpu/gl/
DGrGLInterface.h88 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); } in hasExtension() function

12