/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluFboRenderContext.cpp | 72 static void getDepthStencilBits(uint32_t depthStencilFormat, int *depthBits, int *stencilBits) in getDepthStencilBits() 116 const int depthBits = getNumDepthBits(combinedFormat); in chooseDepthStencilFormat() local 200 int depthBits = 0; in createFramebuffer() local
|
H A D | gluRenderConfig.hpp | 98 int depthBits; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | Format.h | 109 GLuint depthBits; member 135 GLuint depthBits, in GetChannelCount() 156 GLuint depthBits, in Format()
|
H A D | d3d_format.h | 47 GLuint depthBits; member
|
H A D | d3d_format.cpp | 44 GLuint depthBits, in D3DFormat()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 21 int depthBits; member 297 GLint depthBits = 0; in depthStencilReadbackCase() local 579 int depthBits; in TEST_P() member 703 GLint depthBits = 0; in TEST_P() local
|
H A D | WebGLFramebufferTest.cpp | 75 GLint depthBits = 0; in checkBufferBits() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglRenderTests.cpp | 404 tcu::TextureFormat getDepthFormat(const int depthBits) in getDepthFormat() 435 const tcu::PixelFormat &colorBits, const int depthBits, const int stencilBits, in renderReference() 787 const int depthBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_DEPTH_SIZE); in executeForContexts() local 1017 const int depthBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_DEPTH_SIZE); in executeForContexts() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fStencilTests.cpp | 283 int depthBits = renderTarget.getDepthBits(); in iterate() local 406 void genOps(vector<StencilOp> &dst, int stencilBits, int depthBits, int targetStencil) in genOps()
|
H A D | es3fDepthStencilClearTests.cpp | 90 tcu::TextureFormat getDepthFormat(int depthBits) in getDepthFormat()
|
H A D | es3fDepthStencilTests.cpp | 209 int depthBits; member
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fStencilTests.cpp | 280 int depthBits = renderTarget.getDepthBits(); in iterate() local 403 void genOps(vector<StencilOp> &dst, int stencilBits, int depthBits, int targetStencil) in genOps()
|
H A D | es2fDepthStencilClearTests.cpp | 90 tcu::TextureFormat getDepthFormat(int depthBits) in getDepthFormat()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 539 OSMesaCreateContextExt(GLenum format, GLint depthBits, GLint stencilBits, in OSMesaCreateContextExt() 571 int depthBits = 0, stencilBits = 0, accumBits = 0; in OSMesaCreateContextAttribs() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuRenderTarget.cpp | 39 RenderTarget::RenderTarget(int width, int height, const PixelFormat &format, int depthBits, int ste… in RenderTarget()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 111 int32_t depthBits; member 147 int depthBits; in parseConfigBitsFromName() member
|
/aosp_15_r20/external/deqp/framework/platform/win32/ |
H A D | tcuWGL.hpp | 122 int depthBits; member in tcu::wgl::PixelFormatInfo
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | glconfig.h | 31 GLint depthBits; member
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib.cpp | 538 UINT_32 depthBits = 0; in Flt32ToDepthPixel() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcConfigList.hpp | 132 int32_t depthBits; member
|
/aosp_15_r20/external/angle/util/ |
H A D | EGLWindow.h | 43 int depthBits; member
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxconfig.h | 46 GLint depthBits; member
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluGLContextFactory.cpp | 482 EGLint width, height, depthBits, stencilBits, numSamples; in create() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | formatutils.h | 267 GLuint depthBits; member
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 759 const int depthBits = getValueOrDefault(renderCfg, &RenderConfig::depthBits, 24); in toRenderTarget() local
|