Searched refs:ensureEnabled (Results 1 – 16 of 16) sorted by relevance
37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_element_index_uint"); in OESElementIndexUint()
37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_half_float"); in OESTextureHalfFloat()
37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_texture_filter_anisotropic"); in EXTTextureFilterAnisotropic()
37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_float"); in OESTextureFloat()
38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_frag_depth"); in EXTFragDepth()
38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_float_linear"); in OESTextureFloatLinear()
38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_texture_half_float_linear"); in OESTextureHalfFloatLinear()
37 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_standard_derivatives"); in OESStandardDerivatives()
38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_CHROMIUM_depth_texture"); in WebGLDepthTexture()
44 context->graphicsContext3D()->extensions()->ensureEnabled("GL_ANGLE_instanced_arrays"); in ANGLEInstancedArrays()
41 context->graphicsContext3D()->extensions()->ensureEnabled("GL_OES_vertex_array_object"); in OESVertexArrayObject()
38 context->graphicsContext3D()->extensions()->ensureEnabled("GL_EXT_draw_buffers"); in WebGLDrawBuffers()
234 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()
87 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()
101 void ensureEnabled(const String&);
50 void Extensions3D::ensureEnabled(const String& name) in ensureEnabled() function in WebCore::Extensions3D