Searched refs:GL_NONE (Results 1 - 25 of 203) sorted by relevance

123456789

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.cpp21 mInternalFormat = GL_NONE;
22 mActualFormat = GL_NONE;
23 mTarget = GL_NONE;
H A DRenderTarget.h26 mInternalFormat = GL_NONE;
27 mActualFormat = GL_NONE;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTransformFeedback.cpp17 mPrimitiveMode(GL_NONE),
39 mPrimitiveMode = GL_NONE;
H A DSampler.cpp25 mComparisonMode(GL_NONE),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c52 return GL_NONE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c52 return GL_NONE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c52 return GL_NONE;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c52 return GL_NONE;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c52 return GL_NONE;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c52 return GL_NONE;
/external/chromium_org/cc/test/
H A Dtest_texture.cc26 params[GL_TEXTURE_USAGE_ANGLE] = GL_NONE;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcondrender.c53 ASSERT(ctx->Query.CondRenderMode == GL_NONE);
105 ctx->Query.CondRenderMode = GL_NONE;
H A Dbuffers.c100 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) {
H A Dtexstorage.c143 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/
H A DsglrContext.cpp44 deUint32 format = GL_NONE;
45 deUint32 dataType = GL_NONE;
/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp149 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));
/external/mesa3d/src/mesa/main/
H A Dcondrender.c53 ASSERT(ctx->Query.CondRenderMode == GL_NONE);
105 ctx->Query.CondRenderMode = GL_NONE;
H A Dbuffers.c100 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) {
H A Dtexstorage.c143 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/
H A Dutilities.cpp75 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/
H A DWebGLDrawBuffers.cpp75 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/
H A Des2fFboRenderTest.cpp240 : 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/
H A DDrawBuffersTest.cpp205 GL_NONE,
233 GL_NONE,
234 GL_NONE,
253 GLenum bufs[8] = { GL_NONE };
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c68 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/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;

Completed in 439 milliseconds

123456789