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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget.h 24 mInternalFormat = GL_NONE;
25 mActualFormat = GL_NONE;
FenceImpl.h 20 FenceImpl() : mStatus(GL_FALSE), mCondition(GL_NONE) { };
renderer9_utils.cpp 244 case GL_NONE: return D3DFMT_NULL;
385 return GL_NONE;
413 return GL_NONE;
426 return GL_NONE;
437 case D3DFMT_UNKNOWN: return GL_NONE;
446 return GL_NONE;
IndexRangeCache.cpp 73 : type(GL_NONE), offset(0), count(0)
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 28 mColorbufferTypes[colorAttachment] = GL_NONE;
29 mDrawBufferStates[colorAttachment] = GL_NONE;
34 mDepthbufferType = GL_NONE;
35 mStencilbufferType = GL_NONE;
53 if (type == GL_NONE)
76 mColorbufferTypes[colorAttachment] = (colorbuffer != 0) ? type : GL_NONE;
82 mDepthbufferType = (depthbuffer != 0) ? type : GL_NONE;
88 mStencilbufferType = (stencilbuffer != 0) ? type : GL_NONE;
98 mColorbufferTypes[colorAttachment] = GL_NONE;
105 mDepthbufferType = GL_NONE;
    [all...]
utilities.cpp 78 return GL_NONE;
109 case GL_NONE:
143 case GL_NONE:
433 return GL_NONE;
466 default: return GL_NONE; // Unsupported
500 default: return GL_NONE; // Unsupported
Shader.h 134 Attribute() : type(GL_NONE), name("")
  /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 27 params[GL_TEXTURE_USAGE_ANGLE] = GL_NONE;
test_web_graphics_context_3d_unittest.cc 31 EXPECT_TRUE(check_parameter_value(context, 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/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/WebKit/Source/core/html/canvas/
WebGLDrawBuffers.cpp 79 if (bufs[0] != GL_BACK && bufs[0] != GL_NONE) {
84 GC3Denum value = (bufs[0] == GL_BACK) ? GL_COLOR_ATTACHMENT0 : GL_NONE;
93 if (bufs[i] != GL_NONE && bufs[i] != static_cast<GC3Denum>(Extensions3D::COLOR_ATTACHMENT0_EXT + i)) {
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 79 glStartTilingQCOM(l, t, w, h, GL_NONE);
  /hardware/qcom/display/msm8x26/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/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;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 137 GLint type = GL_NONE;
141 if(type != GL_NONE)
148 if(type != GL_NONE)
  /external/mesa3d/src/mesa/program/
prog_parameter.c 103 * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
192 4, GL_NONE, values, NULL, 0x0);
227 size, GL_NONE, values, NULL, 0x0);
307 return _mesa_add_typed_unnamed_constant(paramList, values, size, GL_NONE,
413 size, GL_NONE,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 215 switch (ctx->Polygon.CullFlag ? ctx->Polygon.CullFaceMode : GL_NONE) {
225 case GL_NONE:

Completed in 680 milliseconds

1 2 3 4 5 6 7