OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProgram
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/html/canvas/
WebGLObject.h
60
virtual bool
isProgram
() const { return false; }
WebGLProgram.h
73
virtual bool
isProgram
() const { return true; }
WebGLRenderingContext.h
173
GC3Dboolean
isProgram
(WebGLProgram*);
WebGLRenderingContext.idl
[
all
...]
WebGLRenderingContext.cpp
[
all
...]
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
91
bool
isProgram
(GLuint program);
GLSharedGroup.cpp
242
bool GLSharedGroup::
isProgram
(GLuint program)
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
494
SET_ERROR_IF(!(ctx->m_shared->
isProgram
(program) || ctx->m_shared->isShader(program)), GL_INVALID_VALUE);
503
SET_ERROR_IF(!(ctx->m_shared->
isProgram
(program) || ctx->m_shared->isShader(program)), GL_INVALID_VALUE);
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp
218
glIsProgramType
isProgram
;
382
isProgram
= GET_PROC_ADDRESS(glIsProgram);
[
all
...]
/external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h
260
virtual WGC3Dboolean
isProgram
(WebGLId program) = 0;
/external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h
168
GC3Dboolean
isProgram
(Platform3DObject);
GraphicsContext3DChromium.cpp
586
DELEGATE_TO_IMPL_1R(
isProgram
, Platform3DObject, GC3Dboolean)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h
697
GC3Dboolean
isProgram
(Platform3DObject);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp
790
GC3Dboolean GraphicsContext3D::
isProgram
(Platform3DObject program)
[
all
...]
Completed in 299 milliseconds