Searched defs:context3D (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrGpuFactory.cpp22 GrGpu* GrGpu::Create(GrEngine engine, GrPlatform3DContext context3D) { argument
28 glInterface = reinterpret_cast<const GrGLInterface*>(context3D);
H A DGrContext.cpp47 GrPlatform3DContext context3D) {
49 GrGpu* fGpu = GrGpu::Create(engine, context3D);
46 Create(GrEngine engine, GrPlatform3DContext context3D) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DRenderSurfaceChromium.cpp103 GraphicsContext3D* context3D = layerRenderer()->context(); local
113 context3D->makeContextCurrent();
115 GLC(context3D, context3D->activeTexture(GraphicsContext3D::TEXTURE0));
116 GLC(context3D, context3D->uniform1i(maskProgram->fragmentShader().samplerLocation(), 0));
118 GLC(context3D, context3D->activeTexture(GraphicsContext3D::TEXTURE1));
119 GLC(context3D, context3D
[all...]

Completed in 246 milliseconds