Searched refs:graphicsContext3D (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextObject.cpp50 deleteObject(m_context->graphicsContext3D());
58 return m_context ? m_context->graphicsContext3D() : 0;
H A DOESVertexArrayObject.cpp41 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_vertex_array_object");
76 arrayObject->deleteObject(m_context->graphicsContext3D());
87 Extensions3D* extensions = m_context->graphicsContext3D()->getExtensions();
97 m_context->graphicsContext3D()->synthesizeGLError(GraphicsContext3D::INVALID_OPERATION);
101 Extensions3D* extensions = m_context->graphicsContext3D()->getExtensions();
115 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DEXTFragDepth.cpp38 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_EXT_frag_depth");
57 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DEXTTextureFilterAnisotropic.cpp37 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_EXT_texture_filter_anisotropic");
56 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESElementIndexUint.cpp37 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_element_index_uint");
56 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESStandardDerivatives.cpp37 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_standard_derivatives");
56 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESTextureFloat.cpp37 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_texture_float");
56 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESTextureFloatLinear.cpp38 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_texture_float_linear");
57 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESTextureHalfFloat.cpp37 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_texture_half_float");
56 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DOESTextureHalfFloatLinear.cpp38 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_OES_texture_half_float_linear");
57 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLDebugShaders.cpp62 return m_context->graphicsContext3D()->getExtensions()->getTranslatedShaderSourceANGLE(shader->object());
67 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLDepthTexture.cpp38 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_CHROMIUM_depth_texture");
57 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLVertexArrayObjectOES.cpp49 Extensions3D* extensions = context()->graphicsContext3D()->getExtensions();
90 m_boundElementArrayBuffer->onDetached(context()->graphicsContext3D());
105 state.bufferBinding->onDetached(context()->graphicsContext3D());
120 m_boundElementArrayBuffer->onDetached(context()->graphicsContext3D());
127 buffer->onDetached(context()->graphicsContext3D());
H A DWebGLBuffer.cpp44 setObject(ctx->graphicsContext3D()->createBuffer());
H A DWebGLCompressedTextureATC.cpp59 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLCompressedTexturePVRTC.cpp61 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLRenderbuffer.cpp53 setObject(ctx->graphicsContext3D()->createRenderbuffer());
H A DWebGLShader.cpp45 setObject(ctx->graphicsContext3D()->createShader(type));
H A DANGLEInstancedArrays.cpp44 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_ANGLE_instanced_arrays");
63 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLCompressedTextureS3TC.cpp61 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
H A DWebGLContextGroup.cpp54 return (*it)->graphicsContext3D();
H A DWebGLDrawBuffers.cpp38 context->graphicsContext3D()->getExtensions()->ensureEnabled("GL_EXT_draw_buffers");
58 Extensions3D* extensions = context->graphicsContext3D()->getExtensions();
85 m_context->graphicsContext3D()->getExtensions()->drawBuffersEXT(1, &value);
105 GraphicsContext3D* context = webglContext->graphicsContext3D();
H A DWebGLProgram.cpp46 setObject(ctx->graphicsContext3D()->createProgram());
H A DWebGLFramebuffer.cpp291 setObject(ctx->graphicsContext3D()->createFramebuffer());
330 attachmentObject->attach(context()->graphicsContext3D(), attachmentPoint);
441 attachmentObject->onDetached(context()->graphicsContext3D());
474 attachmentObject->unattach(context()->graphicsContext3D(), attachmentType);
629 context()->graphicsContext3D()->getExtensions()->drawBuffersEXT(
H A DWebGLTexture.cpp54 setObject(ctx->graphicsContext3D()->createTexture());

Completed in 145 milliseconds

12