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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.cpp 21 mInternalFormat = GL_NONE;
22 mActualFormat = GL_NONE;
23 mTarget = GL_NONE;
RenderTarget.h 26 mInternalFormat = GL_NONE;
27 mActualFormat = GL_NONE;
  /external/chromium_org/third_party/angle/src/libGLESv2/
TransformFeedback.cpp 17 mPrimitiveMode(GL_NONE),
39 mPrimitiveMode = GL_NONE;
Sampler.cpp 25 mComparisonMode(GL_NONE),
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 52 return GL_NONE;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 52 return GL_NONE;
  /external/chromium_org/cc/test/
test_texture.cc 26 params[GL_TEXTURE_USAGE_ANGLE] = GL_NONE;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
condrender.c 53 ASSERT(ctx->Query.CondRenderMode == GL_NONE);
105 ctx->Query.CondRenderMode = GL_NONE;
buffers.c 100 case GL_NONE:
238 if (buffer == GL_NONE) {
304 if (buffers[output] == GL_NONE) {
343 ctx->Driver.DrawBuffer(ctx, n > 0 ? buffers[0] : GL_NONE);
445 /* set remaining outputs to -1 (GL_NONE) */
453 fb->ColorDrawBuffer[buf] = GL_NONE;
537 if (buffer == GL_NONE) {
texstorage.c 143 internalFormat, GL_NONE, GL_NONE);
186 GL_NONE, MESA_FORMAT_NONE);
229 0, 0, 0, 0, GL_NONE, MESA_FORMAT_NONE);
373 internalformat, GL_NONE, GL_NONE,
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 44 deUint32 format = GL_NONE;
45 deUint32 dataType = GL_NONE;
  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 149 DE_ASSERT(m_attachDepth == GL_DEPTH_ATTACHMENT || m_attachDepth == GL_DEPTH_STENCIL_ATTACHMENT || m_attachDepth == GL_NONE);
150 DE_ASSERT(m_attachStencil == GL_STENCIL_ATTACHMENT || m_attachStencil == GL_NONE);
151 DE_ASSERT(m_attachDepth != GL_DEPTH_STENCIL || m_attachStencil == GL_NONE);
188 if (m_attachDepth != GL_NONE)
190 if (m_attachStencil != GL_NONE)
277 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of depth-stencil RBO attached", GL_DEPTH_ATTACHMENT, GL_NONE));
278 attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part of depth-stencil RBO attached", GL_NONE, GL_STENCIL_ATTACHMENT));
280 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and stencil attached with DEPTH_STENCIL_ATTACHMENT", GL_DEPTH_STENCIL_ATTACHMENT, GL_NONE));
es3fTextureWrapTests.cpp 151 , m_format (GL_NONE)
152 , m_dataType (GL_NONE)
171 , m_format (GL_NONE)
172 , m_dataType (GL_NONE)
200 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
210 DE_ASSERT(m_format == GL_NONE && m_dataType == GL_NONE);
  /external/mesa3d/src/mesa/main/
condrender.c 53 ASSERT(ctx->Query.CondRenderMode == GL_NONE);
105 ctx->Query.CondRenderMode = GL_NONE;
buffers.c 100 case GL_NONE:
238 if (buffer == GL_NONE) {
304 if (buffers[output] == GL_NONE) {
343 ctx->Driver.DrawBuffer(ctx, n > 0 ? buffers[0] : GL_NONE);
445 /* set remaining outputs to -1 (GL_NONE) */
453 fb->ColorDrawBuffer[buf] = GL_NONE;
537 if (buffer == GL_NONE) {
texstorage.c 143 internalFormat, GL_NONE, GL_NONE);
186 GL_NONE, MESA_FORMAT_NONE);
229 0, 0, 0, 0, GL_NONE, MESA_FORMAT_NONE);
373 internalformat, GL_NONE, GL_NONE,
  /external/chromium_org/third_party/angle/src/common/
utilities.cpp 75 return GL_NONE;
126 return GL_NONE;
134 case GL_NONE:
194 case GL_NONE:
298 default: UNREACHABLE(); return GL_NONE;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 75 if (bufs[0] != GL_BACK && bufs[0] != GL_NONE) {
80 GLenum value = (bufs[0] == GL_BACK) ? GL_COLOR_ATTACHMENT0 : GL_NONE;
89 if (bufs[i] != GL_NONE && bufs[i] != static_cast<GLenum>(GL_COLOR_ATTACHMENT0_EXT + i)) {
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 240 : colorbufferType (GL_NONE)
241 , colorbufferFormat (GL_NONE)
242 , depthbufferType (GL_NONE)
243 , depthbufferFormat (GL_NONE)
244 , stencilbufferType (GL_NONE)
245 , stencilbufferFormat (GL_NONE)
288 if (colorbufferType != GL_NONE)
300 if (depthbufferType != GL_NONE)
308 if (stencilbufferType != GL_NONE)
453 DE_ASSERT(m_config.colorbufferType == GL_NONE);
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
DrawBuffersTest.cpp 205 GL_NONE,
233 GL_NONE,
234 GL_NONE,
253 GLenum bufs[8] = { GL_NONE };
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 79 glStartTilingQCOM(l, t, w, h, GL_NONE);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 505 if (bufType == GL_NONE)
533 case GL_NONE:
582 if (imgFmt.format == GL_NONE)
594 if (format.unsizedType != GL_NONE)
607 if (format.unsizedType != GL_NONE)
649 case GL_NONE:
728 if (m_params.colornKind != GL_NONE)
843 static const GLenum s_bufTypes[] = { GL_NONE, GL_RENDERBUFFER, GL_TEXTURE };
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexDataManager.h 33 TranslatedAttribute() : active(false), attribute(NULL), currentValueType(GL_NONE),

Completed in 222 milliseconds

1 2 3 4 5 6 7 8 91011>>