OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gc3dboolean
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h
123
void colorMask(
GC3Dboolean
red,
GC3Dboolean
green,
GC3Dboolean
blue,
GC3Dboolean
alpha);
151
void depthMask(
GC3Dboolean
);
196
GC3Dboolean
isBuffer(WebGLBuffer*);
198
GC3Dboolean
isEnabled(GC3Denum cap);
199
GC3Dboolean
isFramebuffer(WebGLFramebuffer*);
200
GC3Dboolean
isProgram(WebGLProgram*);
201
GC3Dboolean
isRenderbuffer(WebGLRenderbuffer*)
[
all
...]
OESVertexArrayObject.h
50
GC3Dboolean
isVertexArrayOES(WebGLVertexArrayObjectOES*);
WebGLVertexArrayObjectOES.h
83
void setVertexAttribState(GC3Duint, GC3Dsizei, GC3Dint, GC3Denum,
GC3Dboolean
, GC3Dsizei, GC3Dintptr, PassRefPtr<WebGLBuffer>);
OESVertexArrayObject.cpp
79
GC3Dboolean
OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
WebGLVertexArrayObjectOES.cpp
96
GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type,
GC3Dboolean
normalized, GC3Dsizei stride, GC3Dintptr offset, PassRefPtr<WebGLBuffer> buffer)
WebGLRenderingContext.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
321
DELEGATE_TO_WEBCONTEXT_4(colorMask,
GC3Dboolean
,
GC3Dboolean
,
GC3Dboolean
,
GC3Dboolean
)
330
DELEGATE_TO_WEBCONTEXT_1(depthMask,
GC3Dboolean
)
376
DELEGATE_TO_WEBCONTEXT_2(getBooleanv, GC3Denum,
GC3Dboolean
*)
420
DELEGATE_TO_WEBCONTEXT_1R(isBuffer, Platform3DObject,
GC3Dboolean
)
421
DELEGATE_TO_WEBCONTEXT_1R(isEnabled, GC3Denum,
GC3Dboolean
)
422
DELEGATE_TO_WEBCONTEXT_1R(isFramebuffer, Platform3DObject,
GC3Dboolean
)
423
DELEGATE_TO_WEBCONTEXT_1R(isProgram, Platform3DObject,
GC3Dboolean
)
[
all
...]
GraphicsContext3D.h
233
void colorMask(
GC3Dboolean
red,
GC3Dboolean
green,
GC3Dboolean
blue,
GC3Dboolean
alpha);
242
void depthMask(
GC3Dboolean
flag);
263
void getBooleanv(GC3Denum pname,
GC3Dboolean
* value);
288
GC3Dboolean
isBuffer(Platform3DObject);
289
GC3Dboolean
isEnabled(GC3Denum cap);
290
GC3Dboolean
isFramebuffer(Platform3DObject);
291
GC3Dboolean
isProgram(Platform3DObject)
[
all
...]
GraphicsTypes3D.h
35
typedef unsigned char
GC3Dboolean
;
Extensions3D.cpp
106
GC3Dboolean
Extensions3D::isVertexArrayOES(Platform3DObject array)
151
GC3Dboolean
Extensions3D::isQueryEXT(Platform3DObject query)
Extensions3D.h
255
GC3Dboolean
isVertexArrayOES(Platform3DObject);
298
GC3Dboolean
isQueryEXT(Platform3DObject);
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
282
virtual
GC3Dboolean
isQueryEXT(WebGLId) { return true; }
Completed in 119 milliseconds