HomeSort by relevance Sort by last modified time
    Searched refs:GL_NONE (Results 51 - 75 of 235) sorted by null

1 23 4 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 242 GL_NONE, GL_NONE);
756 if (fb->Attachment[i].Type == GL_NONE)
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 753 if (config.compareMode != GL_NONE)
782 if (config.compareMode == GL_NONE)
784 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_COMPARE_MODE, GL_NONE);
    [all...]
es31fDebugTests.cpp 279 MessageID (void) : source(GL_NONE), type(GL_NONE), id(0) {}
302 MessageData (void) : id(MessageID()), severity(GL_NONE) {}
533 else if (message.id.source == GL_NONE || message.id.type == GL_NONE)
    [all...]
es31fNegativeBufferApiTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 50 deUint32 format = GL_NONE;
51 deUint32 type = GL_NONE;
    [all...]
gluDrawUtil.cpp 151 return GL_NONE;
gluES3PlusWrapperContext.cpp 434 deInt32 shaderType = GL_NONE;
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 157 : SimpleBinder (ctx, 0, GL_NONE, GL_VERTEX_ARRAY_BINDING, true) {}
258 if (GLenum(type) != requiredType || GLenum(type) == GL_NONE)
471 GLint shaderType = GL_NONE;
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 85 GL_NONE, /* BaseFormat */
86 GL_NONE, /* DataType */
    [all...]
texparam.c 373 if (params[0] == GL_NONE ||
    [all...]
texgetimage.c 233 GLenum rebaseFormat = GL_NONE;
327 GLenum rebaseFormat = GL_NONE;
nvprogram.c 763 case GL_NONE:
samplerobj.c 131 sampObj->CompareMode = GL_NONE;
501 if (param == GL_NONE ||
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
st_cb_fbo.c 641 if (att->Type != GL_NONE) {
st_cb_texture.c 539 prep_teximage(ctx, texImage, GL_NONE, GL_NONE);
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 281 layer->setRenderTarget(GL_NONE); // see ::updateTextureLayer()
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 96 DE_ASSERT(m_paramName != GL_NONE);
688 { "max_draw_buffers", "gl_MaxDrawBuffers", GL_NONE }
es2fShaderTextureFunctionTests.cpp 136 , format (GL_NONE)
137 , dataType (GL_NONE)
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 105 , m_internalFormat (GL_NONE)
362 , m_internalFormat (GL_NONE)
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
es3fLifetimeTests.cpp 173 : SimpleBinder (ctx, 0, GL_NONE, GL_VERTEX_ARRAY_BINDING, true) {}
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 321 public static final int GL_NONE = 0;
  /external/mesa3d/src/mesa/program/
programopt.c 264 if (fog_mode == GL_NONE) {
266 " with fog_mode == GL_NONE");
  /external/mesa3d/src/mesa/swrast/
s_triangle.c     [all...]

Completed in 1061 milliseconds

1 23 4 5 6 7 8 910