Home
last modified time | relevance | path

Searched refs:ensureEnabled (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOESElementIndexUint.cpp37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_element_index_uint"); in OESElementIndexUint()
DOESTextureHalfFloat.cpp37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_half_float"); in OESTextureHalfFloat()
DEXTTextureFilterAnisotropic.cpp37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_texture_filter_anisotropic"); in EXTTextureFilterAnisotropic()
DOESTextureFloat.cpp37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_float"); in OESTextureFloat()
DEXTFragDepth.cpp38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_frag_depth"); in EXTFragDepth()
DOESTextureFloatLinear.cpp38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_float_linear"); in OESTextureFloatLinear()
DOESTextureHalfFloatLinear.cpp38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_half_float_linear"); in OESTextureHalfFloatLinear()
DOESStandardDerivatives.cpp37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_standard_derivatives"); in OESStandardDerivatives()
DWebGLDepthTexture.cpp38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_CHROMIUM_depth_texture"); in WebGLDepthTexture()
DANGLEInstancedArrays.cpp44 context->graphicsContext3D()->extensions()->ensureEnabled("GL_ANGLE_instanced_arrays"); in ANGLEInstancedArrays()
DOESVertexArrayObject.cpp41 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_vertex_array_object"); in OESVertexArrayObject()
DWebGLDrawBuffers.cpp38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_draw_buffers"); in WebGLDrawBuffers()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DFECustomFilter.cpp234 extensions->ensureEnabled("GL_ANGLE_framebuffer_blit"); in createMultisampleBuffer()
235 extensions->ensureEnabled("GL_ANGLE_framebuffer_multisample"); in createMultisampleBuffer()
236 extensions->ensureEnabled("GL_OES_rgb8_rgba8"); in createMultisampleBuffer()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp87 extensions->ensureEnabled("GL_ANGLE_framebuffer_blit"); in create()
88 extensions->ensureEnabled("GL_ANGLE_framebuffer_multisample"); in create()
89 extensions->ensureEnabled("GL_OES_rgb8_rgba8"); in create()
93 extensions->ensureEnabled("GL_OES_packed_depth_stencil"); in create()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.h101 void ensureEnabled(const String&);
DExtensions3D.cpp50 void Extensions3D::ensureEnabled(const String& name) in ensureEnabled() function in WebCore::Extensions3D