HomeSort by relevance Sort by last modified time
    Searched refs:getIntegerv (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DGtk.cpp 102 getIntegerv(GraphicsContext3D::MAX_VERTEX_ATTRIBS, &ANGLEResources.MaxVertexAttribs);
103 getIntegerv(GraphicsContext3D::MAX_VERTEX_UNIFORM_VECTORS, &ANGLEResources.MaxVertexUniformVectors);
104 getIntegerv(GraphicsContext3D::MAX_VARYING_VECTORS, &ANGLEResources.MaxVaryingVectors);
105 getIntegerv(GraphicsContext3D::MAX_VERTEX_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxVertexTextureImageUnits);
106 getIntegerv(GraphicsContext3D::MAX_COMBINED_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxCombinedTextureImageUnits);
107 getIntegerv(GraphicsContext3D::MAX_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxTextureImageUnits);
108 getIntegerv(GraphicsContext3D::MAX_FRAGMENT_UNIFORM_VECTORS, &ANGLEResources.MaxFragmentUniformVectors);
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 205 getIntegerv(GraphicsContext3D::MAX_VERTEX_ATTRIBS, &ANGLEResources.MaxVertexAttribs);
206 getIntegerv(GraphicsContext3D::MAX_VERTEX_UNIFORM_VECTORS, &ANGLEResources.MaxVertexUniformVectors);
207 getIntegerv(GraphicsContext3D::MAX_VARYING_VECTORS, &ANGLEResources.MaxVaryingVectors);
208 getIntegerv(GraphicsContext3D::MAX_VERTEX_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxVertexTextureImageUnits);
209 getIntegerv(GraphicsContext3D::MAX_COMBINED_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxCombinedTextureImageUnits);
210 getIntegerv(GraphicsContext3D::MAX_TEXTURE_IMAGE_UNITS, &ANGLEResources.MaxTextureImageUnits);
211 getIntegerv(GraphicsContext3D::MAX_FRAGMENT_UNIFORM_VECTORS, &ANGLEResources.MaxFragmentUniformVectors);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 165 m_context->getIntegerv(GraphicsContext3D::STENCIL_CLEAR_VALUE, &clearStencil);
167 m_context->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<int*>(&stencilMask));
202 m_context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &maxTextureSize);
229 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount);
SharedGraphicsContext3D.h 86 void getIntegerv(GC3Denum pname, GC3Dint* value);
Texture.cpp 91 context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &maxTextureSize);
SharedGraphicsContext3D.cpp 168 void SharedGraphicsContext3D::getIntegerv(GC3Denum pname, GC3Dint* value)
170 m_context->getIntegerv(pname, value);
  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 309 g3d->getIntegerv(GraphicsContext3D::STENCIL_CLEAR_VALUE, &stencilClearValue);
310 g3d->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<GC3Dint*>(&stencilMask));
WebGLRenderingContext.cpp 424 m_context->getIntegerv(GraphicsContext3D::MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numCombinedTextureImageUnits);
429 m_context->getIntegerv(GraphicsContext3D::MAX_VERTEX_ATTRIBS, &numVertexAttribs);
433 m_context->getIntegerv(GraphicsContext3D::MAX_TEXTURE_SIZE, &m_maxTextureSize);
436 m_context->getIntegerv(GraphicsContext3D::MAX_CUBE_MAP_TEXTURE_SIZE, &m_maxCubeMapTextureSize);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 378 bool getIntegerv(GLenum pname, GLint *params);
libGLESv2.cpp     [all...]
Context.cpp 1134 // GetIntegerv as its native query function. As it would require conversion in any
1174 bool Context::getIntegerv(GLenum pname, GLint *params)
1176 // Please note: DEPTH_CLEAR_VALUE is not included in our internal getIntegerv implementation
1178 // GetIntegerv as its native query function. As it would require conversion in any
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 235 virtual void getIntegerv(WGC3Denum pname, WGC3Dint* value) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 146 void getIntegerv(GC3Denum pname, GC3Dint* value);
GraphicsContext3DChromium.cpp 538 DELEGATE_TO_IMPL_2(getIntegerv, GC3Denum, GC3Dint*)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 672 void getIntegerv(GC3Denum pname, GC3Dint* value);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 273 milliseconds