OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProgram
(Results
1 - 25
of
31
) sorted by null
1
2
/external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp
654
GLboolean
isProgram
;
657
isProgram
= glIsProgram(program);
658
checkBooleans (
isProgram
, GL_FALSE);
661
isProgram
= glIsProgram(program);
662
checkBooleans (
isProgram
, GL_TRUE);
665
isProgram
= glIsProgram(program);
666
checkBooleans (
isProgram
, GL_FALSE);
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
120
bool
isProgram
(GLuint program);
GLSharedGroup.cpp
401
bool GLSharedGroup::
isProgram
(GLuint program)
/external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp
[
all
...]
/external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl
90
gl->
isProgram
= &glIsProgram;
glwInitES20.inl
90
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitES30Direct.inl
150
gl->
isProgram
= &glIsProgram;
glwInitES31Direct.inl
174
gl->
isProgram
= &glIsProgram;
glwFunctions.inl
333
glIsProgramFunc
isProgram
;
[
all
...]
glwInitES30.inl
150
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitES32Direct.inl
203
gl->
isProgram
= &glIsProgram;
glwInitES31.inl
174
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitES32.inl
203
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
[
all
...]
glwInitGL30.inl
148
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL31.inl
157
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL32.inl
169
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL33.inl
180
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL40.inl
202
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
[
all
...]
glwInitGL41.inl
218
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
[
all
...]
glwInitGL42.inl
226
gl->
isProgram
= (glIsProgramFunc) loader->get("glIsProgram");
[
all
...]
/external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl
174
dst->
isProgram
= src.
isProgram
;
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
851
SET_ERROR_IF(!ctx->m_shared->
isProgram
(program), GL_INVALID_OPERATION);
861
SET_ERROR_IF(!ctx->m_shared->
isProgram
(program), GL_INVALID_OPERATION);
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java
797
public final native boolean
isProgram
(WebGLProgram program) /*-{
798
return this.
isProgram
(program);
[
all
...]
/external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl
333
gl->
isProgram
= glIsProgram;
[
all
...]
/external/deqp/modules/glshared/
glsLifetimeTests.cpp
872
errors.check(!gl().
isProgram
(programId),
[
all
...]
Completed in 185 milliseconds
1
2