OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:context3d
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp
103
GraphicsContext3D*
context3D
= layerRenderer()->context();
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
->uniform1i(maskProgram->fragmentShader().maskSamplerLocation(), 1))
[
all
...]
/external/skia/src/gpu/
GrGpuFactory.cpp
22
GrGpu* GrGpu::Create(GrEngine engine, GrPlatform3DContext
context3D
) {
28
glInterface = reinterpret_cast<const GrGLInterface*>(
context3D
);
GrGpu.h
78
static GrGpu* Create(GrEngine, GrPlatform3DContext
context3D
);
GrContext.cpp
47
GrPlatform3DContext
context3D
) {
49
GrGpu* fGpu = GrGpu::Create(engine,
context3D
);
[
all
...]
/external/webkit/Source/WebCore/html/canvas/
WebGLProgram.cpp
67
GraphicsContext3D*
context3d
= context()->graphicsContext3D();
74
context3d
->getProgramiv(object(), GraphicsContext3D::ACTIVE_ATTRIBUTES, &numAttribs);
78
context3d
->getActiveAttrib(object(), i, info);
79
m_activeAttribLocations[i] =
context3d
->getAttribLocation(object(), info.name.charactersWithNullTermination());
/external/skia/include/gpu/
GrContext.h
40
GrPlatform3DContext
context3D
);
[
all
...]
/external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16
[
all
...]
Completed in 1186 milliseconds