Home
last modified time | relevance | path

Searched refs:fFunctions (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLInterfaceAutogen.cpp42 GrGLenum error = fFunctions.fGetError(); in checkError()
89 if (!fFunctions.fActiveTexture || in validate()
90 !fFunctions.fAttachShader || in validate()
91 !fFunctions.fBindAttribLocation || in validate()
92 !fFunctions.fBindBuffer || in validate()
93 !fFunctions.fBindTexture || in validate()
94 !fFunctions.fBlendColor || in validate()
95 !fFunctions.fBlendEquation || in validate()
96 !fFunctions.fBlendFunc || in validate()
97 !fFunctions.fBufferData || in validate()
[all …]
DGrGLAssembleGLESInterfaceAutogen.cpp52 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledGLESInterface()
480 if (!interface->fFunctions.fDebugMessageControl) { in GrGLMakeAssembledGLESInterface()
DGrGLUtil.h386 (IFACE)->fFunctions.f##X; \
400 (RET) = (IFACE)->fFunctions.f##X; \
DGrGLAssembleWebGLInterfaceAutogen.cpp59 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledWebGLInterface()
DGrGLUtil.cpp677 const GrGLubyte* bytes = interface->fFunctions.fGetString(s); in get_webgl_vendor_and_renderer()
702 const GrGLubyte* bytes = interface->fFunctions.fGetString(s); in GrGLGetDriverInfo()
DGrGLAssembleGLInterfaceAutogen.cpp55 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledGLInterface()
DGrGLCaps.cpp4406 if (fTiledRenderingSupport && (!glInterface->fFunctions.fStartTiling || in applyDriverCorrectnessWorkarounds()
4407 !glInterface->fFunctions.fEndTiling)) { in applyDriverCorrectnessWorkarounds()
DGrGLGpu.cpp4283 GrGLenum error = this->fGLContext->glInterface()->fFunctions.fGetError(); in getErrorAndCheckForOOM()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp14 fFunctions.f##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device))
17 fFunctions.f##name = \
267 if (nullptr == fFunctions.fCreateInstance || in validate()
268 nullptr == fFunctions.fDestroyInstance || in validate()
269 nullptr == fFunctions.fEnumeratePhysicalDevices || in validate()
270 nullptr == fFunctions.fGetPhysicalDeviceFeatures || in validate()
271 nullptr == fFunctions.fGetPhysicalDeviceFormatProperties || in validate()
272 nullptr == fFunctions.fGetPhysicalDeviceImageFormatProperties || in validate()
273 nullptr == fFunctions.fGetPhysicalDeviceProperties || in validate()
274 nullptr == fFunctions.fGetPhysicalDeviceQueueFamilyProperties || in validate()
[all …]
DVulkanAMDMemoryAllocator.cpp39 #define SKGPU_COPY_FUNCTION(NAME) functions.vk##NAME = interface->fFunctions.f##NAME
40 #define SKGPU_COPY_FUNCTION_KHR(NAME) functions.vk##NAME##KHR = interface->fFunctions.f##NAME
DVulkanInterface.h232 } fFunctions; member
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp126 interface->fFunctions.fClearStencil(0); in onInitializeContext()
127 interface->fFunctions.fClearColor(0, 0, 0, 0); in onInitializeContext()
128 interface->fFunctions.fStencilMask(0xffffffff); in onInitializeContext()
129 interface->fFunctions.fClear(GR_GL_STENCIL_BUFFER_BIT | GR_GL_COLOR_BUFFER_BIT); in onInitializeContext()
141 interface->fFunctions.fViewport(0, 0, fWidth, fHeight); in onInitializeContext()
/external/skia/tools/gpu/gl/interface/
Dtemplates.go58 GrGLInterface::Functions* functions = &interface->fFunctions;
72 if (!interface->fFunctions.fDebugMessageControl) {
138 GrGLInterface::Functions* functions = &interface->fFunctions;
209 GrGLInterface::Functions* functions = &interface->fFunctions;
264 GrGLenum error = fFunctions.fGetError();
319 const_cast<GrGLInterface*>(this)->fFunctions = GrGLInterface::Functions();
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp254 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
271 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
276 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/include/gpu/gl/
DGrGLInterface.h75 , fFunctions(that.fFunctions) {} in GrGLInterface()
332 } fFunctions; member
/external/skia/src/gpu/graphite/vk/
DVulkanGraphiteUtilsPriv.h16 #define VULKAN_CALL(IFACE, X) (IFACE)->fFunctions.f##X
/external/skia/tools/gpu/gl/
DGLTestContext.cpp236 auto getString = [wrapped = &fOriginalGLInterface->fFunctions.fGetString, in overrideVersion()
247 newInterface->fFunctions.fGetString = getString; in overrideVersion()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp392 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()
408 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
413 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/src/gpu/ganesh/
DGrAHardwareBufferUtils.cpp41 #define VK_CALL(X) gpu->vkInterface()->fFunctions.f##X
302 , fDestroyImage(gpu->vkInterface()->fFunctions.fDestroyImage) in VulkanCleanupHelper()
303 , fFreeMemory(gpu->vkInterface()->fFunctions.fFreeMemory) {} in VulkanCleanupHelper()
DGrDirectContext.cpp1063 copy->fFunctions.fGetError = in MakeGL()
1064 make_get_error_with_random_oom(glInterface->fFunctions.fGetError); in MakeGL()
/external/skia/src/gpu/ganesh/vk/
DGrVkUtil.h23 #define GR_VK_CALL(IFACE, X) (IFACE)->fFunctions.f##X
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLShaderBuilder.h263 SkString fFunctions; variable
/external/skia/tests/
DVkHardwareBufferTest.cpp226 while (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in importHardwareBuffer()
246 if (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in importHardwareBuffer()
252 if (GrGLenum error = fGLCtx->gl()->fFunctions.fGetError(); error != GR_GL_NO_ERROR) { in importHardwareBuffer()