Home
last modified time | relevance | path

Searched refs:Extensions3D (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp36 Extensions3D::Extensions3D(GraphicsContext3D* context) in Extensions3D() function in WebCore::Extensions3D
41 Extensions3D::~Extensions3D() in ~Extensions3D()
45 bool Extensions3D::supports(const String& name) in supports()
50 void Extensions3D::ensureEnabled(const String& name) in ensureEnabled()
56 bool Extensions3D::isEnabled(const String& name) in isEnabled()
61 int Extensions3D::getGraphicsResetStatusARB() in getGraphicsResetStatusARB()
66 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long… in blitFramebuffer()
71 void Extensions3D::renderbufferStorageMultisample(unsigned long target, unsigned long samples, unsi… in renderbufferStorageMultisample()
76 void* Extensions3D::mapBufferSubDataCHROMIUM(unsigned target, int offset, int size, unsigned access) in mapBufferSubDataCHROMIUM()
81 void Extensions3D::unmapBufferSubDataCHROMIUM(const void* data) in unmapBufferSubDataCHROMIUM()
[all …]
DExtensions3D.h44 class PLATFORM_EXPORT Extensions3D {
46 ~Extensions3D();
319 explicit Extensions3D(GraphicsContext3D*);
DImageBuffer.cpp143 Extensions3D* extensions = context.extensions(); in copyToPlatformTexture()
149 context.pixelStorei(Extensions3D::UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, !premultiplyAlpha); in copyToPlatformTexture()
152 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, !flipY); in copyToPlatformTexture()
155 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, false); in copyToPlatformTexture()
156 context.pixelStorei(Extensions3D::UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, false); in copyToPlatformTexture()
DGraphicsContext3D.h61 class Extensions3D; variable
392 Extensions3D* extensions();
490 friend class Extensions3D;
521 OwnPtr<Extensions3D> m_extensions;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLCompressedTexturePVRTC.cpp39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_PVRTC_4BPPV1_IMG); in WebGLCompressedTexturePVRTC()
40 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_PVRTC_2BPPV1_IMG); in WebGLCompressedTexturePVRTC()
41 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_PVRTC_4BPPV1_IMG); in WebGLCompressedTexturePVRTC()
42 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_PVRTC_2BPPV1_IMG); in WebGLCompressedTexturePVRTC()
61 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLCompressedTextureS3TC.cpp39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_S3TC_DXT1_EXT); in WebGLCompressedTextureS3TC()
40 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_S3TC_DXT1_EXT); in WebGLCompressedTextureS3TC()
41 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_S3TC_DXT3_EXT); in WebGLCompressedTextureS3TC()
42 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_S3TC_DXT5_EXT); in WebGLCompressedTextureS3TC()
61 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLCompressedTextureATC.cpp38 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGB_AMD); in WebGLCompressedTextureATC()
39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD); in WebGLCompressedTextureATC()
40 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD); in WebGLCompressedTextureATC()
59 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESVertexArrayObject.cpp87 Extensions3D* extensions = m_context->graphicsContext3D()->extensions(); in isVertexArrayOES()
101 Extensions3D* extensions = m_context->graphicsContext3D()->extensions(); in bindVertexArrayOES()
115 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLDrawBuffers.cpp58 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
93 …if (bufs[i] != GL_NONE && bufs[i] != static_cast<GC3Denum>(Extensions3D::COLOR_ATTACHMENT0_EXT + i… in drawBuffersWEBGL()
110 context->getIntegerv(Extensions3D::MAX_DRAW_BUFFERS_EXT, &maxDrawBuffers); in satisfiesWebGLRequirements()
111 context->getIntegerv(Extensions3D::MAX_COLOR_ATTACHMENTS_EXT, &maxColorAttachments); in satisfiesWebGLRequirements()
DWebGLVertexArrayObjectOES.cpp49 Extensions3D* extensions = context()->graphicsContext3D()->extensions(); in WebGLVertexArrayObjectOES()
66 Extensions3D* extensions = context3d->extensions(); in deleteObjectImpl()
DOESElementIndexUint.cpp56 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESTextureHalfFloat.cpp56 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DEXTTextureFilterAnisotropic.cpp56 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESTextureFloat.cpp56 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DEXTFragDepth.cpp57 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESTextureFloatLinear.cpp57 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESTextureHalfFloatLinear.cpp57 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DOESStandardDerivatives.cpp56 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLDepthTexture.cpp57 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLDebugShaders.cpp67 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
DWebGLRenderingContext.cpp524 Extensions3D* extensions = context->extensions(); in create()
2426 case Extensions3D::FRAGMENT_SHADER_DERIVATIVE_HINT_OES: // OES_standard_derivatives in getParameter()
2428 return getUnsignedIntParameter(Extensions3D::FRAGMENT_SHADER_DERIVATIVE_HINT_OES); in getParameter()
2441 case Extensions3D::VERTEX_ARRAY_BINDING_OES: // OES_vertex_array_object in getParameter()
2449 case Extensions3D::MAX_TEXTURE_MAX_ANISOTROPY_EXT: // EXT_texture_filter_anisotropic in getParameter()
2451 return getUnsignedIntParameter(Extensions3D::MAX_TEXTURE_MAX_ANISOTROPY_EXT); in getParameter()
2454 case Extensions3D::MAX_COLOR_ATTACHMENTS_EXT: // EXT_draw_buffers BEGIN in getParameter()
2459 case Extensions3D::MAX_DRAW_BUFFERS_EXT: in getParameter()
2466 && pname >= Extensions3D::DRAW_BUFFER0_EXT in getParameter()
2467 && pname < static_cast<GC3Denum>(Extensions3D::DRAW_BUFFER0_EXT + maxDrawBuffers())) { in getParameter()
[all …]
DANGLEInstancedArrays.cpp63 Extensions3D* extensions = context->graphicsContext3D()->extensions(); in supported()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp82 Extensions3D* extensions = context->extensions(); in create()
201 Extensions3D* extensions = m_context->extensions(); in prepareMailbox()
277 m_internalRenderbufferFormat = Extensions3D::RGBA8_OES; in initialize()
281 m_internalRenderbufferFormat = Extensions3D::RGB8_OES; in initialize()
319 Extensions3D* extensions = context.extensions(); in copyToPlatformTexture()
331 …context.pixelStorei(Extensions3D::UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, unpackUnpremultiplyAlphaNee… in copyToPlatformTexture()
332 …context.pixelStorei(Extensions3D::UNPACK_PREMULTIPLY_ALPHA_CHROMIUM, unpackPremultiplyAlphaNeeded); in copyToPlatformTexture()
333 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, flipY); in copyToPlatformTexture()
335 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, false); in copyToPlatformTexture()
336 context.pixelStorei(Extensions3D::UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, false); in copyToPlatformTexture()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DFECustomFilter.cpp227 Extensions3D* extensions = m_context->extensions(); in createMultisampleBuffer()
251 m_context->bindFramebuffer(Extensions3D::READ_FRAMEBUFFER, m_multisampleFrameBuffer); in resolveMultisampleBuffer()
252 m_context->bindFramebuffer(Extensions3D::DRAW_FRAMEBUFFER, m_frameBuffer); in resolveMultisampleBuffer()
257 m_context->bindFramebuffer(Extensions3D::READ_FRAMEBUFFER, 0); in resolveMultisampleBuffer()
258 m_context->bindFramebuffer(Extensions3D::DRAW_FRAMEBUFFER, 0); in resolveMultisampleBuffer()
278 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSupportedSampleCount); in resizeMultisampleBuffers()
285 Extensions3D* extensions = m_context->extensions(); in resizeMultisampleBuffers()
291 …extensions->renderbufferStorageMultisample(GL_RENDERBUFFER, sampleCount, Extensions3D::RGBA8_OES, … in resizeMultisampleBuffers()
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp484 Extensions3D* extensions = context->extensions(); in copyVideoTextureToPlatformTexture()
582 Extensions3D* extensions = context3D->extensions(); in paintOnAndroid()

12