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

1 2 3

  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 103 glClearBufferfi(GL_DEPTH_STENCIL, 0, 1.0f, 0);
151 DE_ASSERT(m_attachDepth != GL_DEPTH_STENCIL || m_attachStencil == GL_NONE);
161 const bool hasDepth = (m_attachDepth == GL_DEPTH_STENCIL || m_attachDepth == GL_DEPTH_ATTACHMENT);
162 // const bool hasStencil = (m_attachDepth == GL_DEPTH_STENCIL || m_attachStencil == GL_DEPTH_STENCIL_ATTACHMENT);
200 glClearBufferfi(GL_DEPTH_STENCIL, 0, 1.0f, 0);
es3fFboMultisampleTests.cpp 132 glClearBufferfi(GL_DEPTH_STENCIL, 0, 1.0f, 0);
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 301 GL_DEPTH_STENCIL));
307 GL_DEPTH_STENCIL));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_layout.c 125 base_format == GL_DEPTH_STENCIL)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 53 base_format = GL_DEPTH_STENCIL;
st_cb_drawpixels.c 358 case GL_DEPTH_STENCIL:
895 if (format == GL_DEPTH_STENCIL) {
930 if (format == GL_DEPTH_STENCIL) {
948 if (format == GL_DEPTH_STENCIL) {
966 if (format == GL_DEPTH_STENCIL) {
    [all...]
st_cb_texture.c 744 baseFormat == GL_DEPTH_STENCIL) &&
755 baseFormat == GL_DEPTH_STENCIL) {
943 texBaseFormat == GL_DEPTH_STENCIL) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_layout.c 125 base_format == GL_DEPTH_STENCIL)) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 53 base_format = GL_DEPTH_STENCIL;
st_cb_drawpixels.c 358 case GL_DEPTH_STENCIL:
895 if (format == GL_DEPTH_STENCIL) {
930 if (format == GL_DEPTH_STENCIL) {
948 if (format == GL_DEPTH_STENCIL) {
966 if (format == GL_DEPTH_STENCIL) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 300 if (format == GL_DEPTH_STENCIL)
951 if (base_format == GL_DEPTH_STENCIL ||
958 if (base_format == GL_DEPTH_STENCIL ||
1071 if (format != GL_DEPTH_STENCIL) {
1080 if (format != GL_DEPTH_STENCIL) {
    [all...]
formats.c 47 * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL, GL_DUDV_ATI.
436 GL_DEPTH_STENCIL, /* BaseFormat */
445 GL_DEPTH_STENCIL, /* BaseFormat */
    [all...]
drawpix.c 221 type != GL_DEPTH_STENCIL) {
debug.c 323 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
324 format = GL_DEPTH_STENCIL;
texstorage.c 261 case GL_DEPTH_STENCIL:
  /external/mesa3d/src/mesa/main/
glformats.c 300 if (format == GL_DEPTH_STENCIL)
951 if (base_format == GL_DEPTH_STENCIL ||
958 if (base_format == GL_DEPTH_STENCIL ||
1071 if (format != GL_DEPTH_STENCIL) {
1080 if (format != GL_DEPTH_STENCIL) {
    [all...]
formats.c 47 * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL, GL_DUDV_ATI.
436 GL_DEPTH_STENCIL, /* BaseFormat */
445 GL_DEPTH_STENCIL, /* BaseFormat */
    [all...]
drawpix.c 221 type != GL_DEPTH_STENCIL) {
debug.c 323 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
324 format = GL_DEPTH_STENCIL;
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 140 InsertFormatMapping(&map, GL_DEPTH_STENCIL, GL_UNSIGNED_INT_24_8, GL_DEPTH24_STENCIL8, NULL );
141 InsertFormatMapping(&map, GL_DEPTH_STENCIL, GL_FLOAT_32_UNSIGNED_INT_24_8_REV, GL_DEPTH32F_STENCIL8, NULL );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 71 rb->_BaseFormat = GL_DEPTH_STENCIL;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 71 rb->_BaseFormat = GL_DEPTH_STENCIL;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 488 else if (type == GL_DEPTH_STENCIL) {
592 case GL_DEPTH_STENCIL:
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 488 else if (type == GL_DEPTH_STENCIL) {
592 case GL_DEPTH_STENCIL:
  /external/deqp/framework/opengl/
gluStrUtil.inl 525 case GL_DEPTH_STENCIL: return "GL_DEPTH_STENCIL";
763 case GL_DEPTH_STENCIL: return "GL_DEPTH_STENCIL";
    [all...]

Completed in 1862 milliseconds

1 2 3