HomeSort by relevance Sort by last modified time
    Searched defs:depthStencilFormat (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 70 static void getDepthStencilBits (deUint32 depthStencilFormat, int* depthBits, int* stencilBits)
72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat);
216 const deUint32 depthStencilFormat = chooseDepthStencilFormat(config);
253 if (depthStencilFormat != GL_NONE)
255 getDepthStencilBits(depthStencilFormat, &depthBits, &stencilBits);
261 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, depthStencilFormat, width, height);
263 gl.renderbufferStorage(GL_RENDERBUFFER, depthStencilFormat, width, height);
  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 158 const deUint32 depthStencilFormat = GL_DEPTH24_STENCIL8;
181 glRenderbufferStorage(GL_RENDERBUFFER, depthStencilFormat, width, height);
es3fFboInvalidateTests.cpp     [all...]
es3fFboRenderTest.cpp 74 , depthStencilFormat (depthStencilFormat_)
86 , depthStencilFormat (GL_NONE)
101 GLenum depthStencilFormat;
132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat);
286 case GL_TEXTURE_2D: m_depthStencilBuffer = createTex2D(depthStencilBufferName, m_config.depthStencilFormat, width, height); break;
287 case GL_RENDERBUFFER: m_depthStencilBuffer = createRbo(depthStencilBufferName, m_config.depthStencilFormat, width, height); break;
884 cfg.depthStencilFormat = GL_NONE;
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 192 sw::Format depthStencilFormat = depthStencilFormats[depthStencilIndex];
194 configSet.add(currentDisplayFormat, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthStencilFormat, samples[samplesIndex]);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
vktPipelineRenderToImageTests.cpp 111 VkFormat depthStencilFormat; //! A depth/stencil format, or UNDEFINED if not used
441 const VkFormat depthStencilFormat,
463 depthStencilFormat, // VkFormat format;
473 if (depthStencilFormat != VK_FORMAT_UNDEFINED)
498 const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : DE_NULL);
    [all...]
vktPipelineMultisampleTests.cpp 252 const VkFormat depthStencilFormat,
    [all...]

Completed in 334 milliseconds