Searched refs:GL_STENCIL_BITS (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/angle/tests/angle_tests/
H A DFramebufferFormatsTest.cpp41 checkBitCount(fbo, GL_STENCIL_BITS, minStencilBits);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_framebuffers.cc1050 EXPECT_CALL(*gl_, GetIntegerv(GL_STENCIL_BITS, _))
1055 cmd2.Init(GL_STENCIL_BITS, shared_memory_id_, shared_memory_offset_);
1057 EXPECT_EQ(decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_STENCIL_BITS),
1076 EXPECT_CALL(*gl_, GetIntegerv(GL_STENCIL_BITS, _))
1081 cmd2.Init(GL_STENCIL_BITS, shared_memory_id_, shared_memory_offset_);
1083 EXPECT_EQ(decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_STENCIL_BITS),
1110 cmd2.Init(GL_STENCIL_BITS, shared_memory_id_, shared_memory_offset_);
1111 EXPECT_CALL(*gl_, GetIntegerv(GL_STENCIL_BITS, _))
1115 EXPECT_EQ(decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_STENCIL_BITS),
1151 cmd2.Init(GL_STENCIL_BITS, shared_memory_id
[all...]
H A Dgles2_cmd_validation_implementation_autogen.h128 GL_STENCIL_BITS,
/external/chromium_org/third_party/angle/samples/angle/stencil_operations/
H A DStencilOperations.cpp208 glGetIntegerv(GL_STENCIL_BITS, &stencilBitCount);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m240 case SDL_GL_STENCIL_SIZE: attr = GL_STENCIL_BITS; break;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c366 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
419 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c366 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
419 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
/external/deqp/framework/opengl/
H A DgluStrUtil.inl91 case GL_STENCIL_BITS: return "GL_STENCIL_BITS";
1128 case GL_STENCIL_BITS: return "GL_STENCIL_BITS";
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc173 case GL_STENCIL_BITS:
H A Dgles2_cmd_utils_implementation_autogen.h598 0x0D57, "GL_STENCIL_BITS",
2591 {GL_STENCIL_BITS, "GL_STENCIL_BITS"},
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp578 case GL_STENCIL_BITS:
H A DDrawingBuffer.cpp438 m_context->getIntegerv(GL_STENCIL_BITS, &stencilBits);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c567 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_stencil.c69 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c567 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS);
/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c69 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc751 glGetIntegerv(GL_STENCIL_BITS, (GLint*)value);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h207 #define GL_STENCIL_BITS 0x0D57 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h183 #define GL_STENCIL_BITS 0x0D57 macro
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h251 #define GL_STENCIL_BITS 0x0D57 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h207 #define GL_STENCIL_BITS 0x0D57 macro
/external/mesa3d/include/GLES/
H A Dgl.h251 #define GL_STENCIL_BITS 0x0D57 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h207 #define GL_STENCIL_BITS 0x0D57 macro
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c284 mesa_attrib = GL_STENCIL_BITS;

Completed in 398 milliseconds

12