/external/skqp/src/gpu/gl/ |
D | GrGLInterface.cpp | 35 if (!fExtensions.isInitialized()) { in validate() 165 fExtensions.has("GL_ARB_timer_query") || in validate() 166 fExtensions.has("GL_EXT_timer_query")) { in validate() 172 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate() 210 fExtensions.has("GL_ARB_texture_storage") || in validate() 211 fExtensions.has("GL_EXT_texture_storage")) { in validate() 216 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) { in validate() 225 fExtensions.has("GL_ARB_texture_barrier") || in validate() 226 fExtensions.has("GL_NV_texture_barrier")) { in validate() 231 } else if (fExtensions.has("GL_NV_texture_barrier")) { in validate() [all …]
|
D | GrGLContext.h | 52 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions()
|
D | GrGLContext.cpp | 40 args.fRenderer = GrGLGetRendererFromStrings(renderer, interface->fExtensions); in Make()
|
/external/skia/src/gpu/gl/ |
D | GrGLInterface.cpp | 35 if (!fExtensions.isInitialized()) { in validate() 165 fExtensions.has("GL_ARB_timer_query") || in validate() 166 fExtensions.has("GL_EXT_timer_query")) { in validate() 172 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate() 210 fExtensions.has("GL_ARB_texture_storage") || in validate() 211 fExtensions.has("GL_EXT_texture_storage")) { in validate() 216 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) { in validate() 225 fExtensions.has("GL_ARB_texture_barrier") || in validate() 226 fExtensions.has("GL_NV_texture_barrier")) { in validate() 231 } else if (fExtensions.has("GL_NV_texture_barrier")) { in validate() [all …]
|
D | GrGLContext.h | 52 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions()
|
D | GrGLContext.cpp | 40 args.fRenderer = GrGLGetRendererFromStrings(renderer, interface->fExtensions); in Make()
|
/external/skqp/src/gpu/vk/ |
D | GrVkExtensions.cpp | 47 if (find_info(fExtensions, extension) < 0) { in init() 48 fExtensions.push_back() = Info(extension); in init() 49 SkTQSort(&fExtensions.front(), &fExtensions.back(), cmp); in init() 55 if (find_info(fExtensions, extension) < 0) { in init() 56 fExtensions.push_back() = Info(extension); in init() 57 SkTQSort(&fExtensions.front(), &fExtensions.back(), cmp); in init() 93 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() 95 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions() 119 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() 121 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkExtensions.cpp | 47 if (find_info(fExtensions, extension) < 0) { in init() 48 fExtensions.push_back() = Info(extension); in init() 49 SkTQSort(&fExtensions.front(), &fExtensions.back(), cmp); in init() 55 if (find_info(fExtensions, extension) < 0) { in init() 56 fExtensions.push_back() = Info(extension); in init() 57 SkTQSort(&fExtensions.front(), &fExtensions.back(), cmp); in init() 93 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() 95 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions() 119 int idx = find_info(fExtensions, extensions[i].extensionName); in getSpecVersions() 121 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions() [all …]
|
/external/skia/include/gpu/vk/ |
D | GrVkExtensions.h | 49 for (int i = 0; i < fExtensions.count(); ++i) { in dump() 51 fExtensions[i].fName.c_str(), fExtensions[i].fSpecVersion); in dump() 60 SkTArray<Info> fExtensions; variable
|
D | GrVkBackendContext.h | 56 uint32_t fExtensions = 0; // Deprecated. Use fVkExtensions instead. member
|
/external/skqp/include/gpu/vk/ |
D | GrVkExtensions.h | 49 for (int i = 0; i < fExtensions.count(); ++i) { in dump() 51 fExtensions[i].fName.c_str(), fExtensions[i].fSpecVersion); in dump() 60 SkTArray<Info> fExtensions; variable
|
D | GrVkBackendContext.h | 56 uint32_t fExtensions = 0; // Deprecated. Use fVkExtensions instead. member
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.h | 30 return fExtensions; in getVkExtensions() 43 , fExtensions(extensions) in VkTestContext() 50 const GrVkExtensions* fExtensions; variable
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.h | 30 return fExtensions; in getVkExtensions() 43 , fExtensions(extensions) in VkTestContext() 50 const GrVkExtensions* fExtensions; variable
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 189 if (gl->fExtensions.has("GL_EXT_disjoint_timer_query")) { in MakeIfSupported() 192 (GrGLGetVersion(gl) > GR_GL_VER(3,3) || gl->fExtensions.has("GL_ARB_timer_query"))) { in MakeIfSupported() 194 } else if (gl->fExtensions.has("GL_EXT_timer_query")) { in MakeIfSupported() 323 !fGL->fExtensions.has("GL_ARB_texture_rectangle") && in createTextureRectangle() 324 !fGL->fExtensions.has("GL_ANGLE_texture_rectangle"))) { in createTextureRectangle()
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.cpp | 189 if (gl->fExtensions.has("GL_EXT_disjoint_timer_query")) { in MakeIfSupported() 192 (GrGLGetVersion(gl) > GR_GL_VER(3,3) || gl->fExtensions.has("GL_ARB_timer_query"))) { in MakeIfSupported() 194 } else if (gl->fExtensions.has("GL_EXT_timer_query")) { in MakeIfSupported() 323 !fGL->fExtensions.has("GL_ARB_texture_rectangle") && in createTextureRectangle() 324 !fGL->fExtensions.has("GL_ANGLE_texture_rectangle"))) { in createTextureRectangle()
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 425 delete fExtensions; in cleanup() 490 GrVkExtensions* fExtensions = nullptr; member in VulkanTestHelper 518 fExtensions = new GrVkExtensions(); in init() 527 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, fExtensions, in init() 542 … if (!fExtensions->hasExtension(VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_EXTENSION_NAME, in init() 546 if (!fExtensions->hasExtension(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, 1)) { in init() 549 if (!fExtensions->hasExtension(VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME, 1)) { in init() 552 if (!fExtensions->hasExtension(VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME, 1)) { in init()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 422 delete fExtensions; in cleanup() 487 GrVkExtensions* fExtensions = nullptr; member in VulkanTestHelper 512 fExtensions = new GrVkExtensions(); in init() 521 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, fExtensions, in init() 536 … if (!fExtensions->hasExtension(VK_ANDROID_EXTERNAL_MEMORY_ANDROID_HARDWARE_BUFFER_EXTENSION_NAME, in init() 540 if (!fExtensions->hasExtension(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, 1)) { in init() 543 if (!fExtensions->hasExtension(VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME, 1)) { in init() 546 if (!fExtensions->hasExtension(VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME, 1)) { in init()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 500 SkASSERT(fExtensions.hasExtension(fDC, "WGL_ARB_pbuffer")); in ~SkWGLPbufferContext() 502 fExtensions.releasePbufferDC(fPbuffer, fDC); in ~SkWGLPbufferContext() 503 fExtensions.destroyPbuffer(fPbuffer); in ~SkWGLPbufferContext()
|
D | SkWGL.h | 162 SkWGLExtensions fExtensions; variable
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 500 SkASSERT(fExtensions.hasExtension(fDC, "WGL_ARB_pbuffer")); in ~SkWGLPbufferContext() 502 fExtensions.releasePbufferDC(fPbuffer, fDC); in ~SkWGLPbufferContext() 503 fExtensions.destroyPbuffer(fPbuffer); in ~SkWGLPbufferContext()
|
D | SkWGL.h | 162 SkWGLExtensions fExtensions; variable
|
/external/skia/include/gpu/gl/ |
D | GrGLInterface.h | 73 GrGLExtensions fExtensions; member 75 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); } in hasExtension()
|
/external/skqp/include/gpu/gl/ |
D | GrGLInterface.h | 73 GrGLExtensions fExtensions; member 75 bool hasExtension(const char ext[]) const { return fExtensions.has(ext); } in hasExtension()
|
/external/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 103 if (interface && interface->fExtensions.has("GL_EXT_debug_tool")) { in onInitializeContext()
|