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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 168 void SharedGraphicsContext3D::getIntegerv(GC3Denum pname, GC3Dint* value)
170 m_context->getIntegerv(pname, value);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
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/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 260 milliseconds