OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShader
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/html/canvas/
WebGLShader.h
52
virtual bool
isShader
() const { return true; }
WebGLObject.h
62
virtual bool
isShader
() const { return false; }
WebGLRenderingContext.h
175
GC3Dboolean
isShader
(WebGLShader*);
WebGLRenderingContext.idl
[
all
...]
WebGLRenderingContext.cpp
[
all
...]
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
104
bool
isShader
(GLuint shader);
GLSharedGroup.cpp
287
bool GLSharedGroup::
isShader
(GLuint shader)
/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
220
glIsShaderType
isShader
;
384
isShader
= GET_PROC_ADDRESS(glIsShader);
[
all
...]
/external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h
262
virtual WGC3Dboolean
isShader
(WebGLId shader) = 0;
/external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h
170
GC3Dboolean
isShader
(Platform3DObject);
GraphicsContext3DChromium.cpp
588
DELEGATE_TO_IMPL_1R(
isShader
, Platform3DObject, GC3Dboolean)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h
699
GC3Dboolean
isShader
(Platform3DObject);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp
808
GC3Dboolean GraphicsContext3D::
isShader
(Platform3DObject shader)
[
all
...]
Completed in 39 milliseconds