HomeSort by relevance Sort by last modified time
    Searched refs:isProgram (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLSharedObject.h 45 virtual bool isProgram() const { return false; }
WebGLProgram.h 68 virtual bool isProgram() const OVERRIDE { return true; }
  /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 119 bool isProgram(GLuint program);
GLSharedGroup.cpp 395 bool GLSharedGroup::isProgram(GLuint program)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 121 bool isProgram(GLuint program);
GLSharedGroup.cpp 357 bool GLSharedGroup::isProgram(GLuint program)
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 88 gl->isProgram = &glIsProgram;
glwInitES20.inl 88 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitES30Direct.inl 88 gl->isProgram = &glIsProgram;
glwFunctions.inl 140 glIsProgramFunc isProgram;
glwInitES30.inl 88 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitES31.inl 88 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL30.inl 138 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL31.inl 138 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL32.inl 138 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
glwInitGL33.inl 138 gl->isProgram = (glIsProgramFunc) loader->get("glIsProgram");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 91 if (this._uiUtils.isProgram(record)) {
TimelineUIUtilsImpl.js 27 isProgram: function(record)
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 88 dst->isProgram = src.isProgram;
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 99 virtual GLboolean isProgram(GLuint program);
test_web_graphics_context_3d.cc 137 GLboolean TestWebGraphicsContext3D::isProgram(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 169 virtual WGC3Dboolean isProgram(WebGLId program) { return false; }
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 716 SET_ERROR_IF(!ctx->m_shared->isProgram(program), GL_INVALID_VALUE);
725 SET_ERROR_IF(!ctx->m_shared->isProgram(program), GL_INVALID_VALUE);
    [all...]

Completed in 404 milliseconds

1 2