HomeSort by relevance Sort by last modified time
    Searched full:arrayobject (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESVertexArrayObject.cpp 67 void OESVertexArrayObject::deleteVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
69 if (!arrayObject || isLost())
72 if (!arrayObject->isDefaultObject() && arrayObject == m_context->m_boundVertexArrayObject)
75 arrayObject->deleteObject(m_context->webContext());
78 GLboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
80 if (!arrayObject || isLost())
83 if (!arrayObject->hasEverBeenBound())
86 return m_context->webContext()->isVertexArrayOES(arrayObject->object());
89 void OESVertexArrayObject::bindVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
    [all...]
OESVertexArrayObject.idl 34 void deleteVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES? arrayObject);
35 boolean isVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES? arrayObject);
36 void bindVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES? arrayObject);
WebGLRenderingContextBase.h 428 void setBoundVertexArrayObject(PassRefPtr<WebGLVertexArrayObjectOES> arrayObject)
430 if (arrayObject)
431 m_boundVertexArrayObject = arrayObject;
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
error_generation_unittest.cc 196 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ArrayObject>(*value)));
202 GetPopulateError<ArrayObject>(*value)));
268 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ArrayObject>(*value)));
273 ArrayObject out;
275 EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
308 ArrayObject out;
310 EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
315 EXPECT_TRUE(ArrayObject::Populate(*value, &out, &error));
error_generation.json 99 "id": "ArrayObject",
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 520 PHPCN(arrayobject);

Completed in 188 milliseconds