/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRenderTarget.cpp | 39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples) in RenderTarget() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | d3d_format.h | 48 GLuint stencilBits; member
|
H A D | d3d_format.cpp | 36 D3DFormat(GLuint bits, GLuint blockWidth, GLuint blockHeight, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint lumBits, GLuint depthBits, GLuint stencilBits, FormatID formatID) D3DFormat() argument
|
H A D | Format.h | 97 GLuint stencilBits; member 117 GetChannelCount(GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits) GetChannelCount() argument 130 Format(FormatID id, GLenum glFormat, GLenum fboFormat, rx::MipGenerationFunction mipGen, const rx::FastCopyFunctionMap &fastCopyFunctions, rx::PixelReadFunction colorRead, rx::PixelWriteFunction colorWrite, GLenum componentType, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits, GLuint pixelBytes, GLuint componentAlignmentMask, bool isBlock, bool isFixed, bool isScaled, bool isSRGB, bool isYUV, gl::VertexAttribType vertexAttribType) Format() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glconfig.h | 24 GLint stencilBits; member
|
/third_party/skia/tools/sk_app/ |
H A D | WindowContext.h | 52 int stencilBits() const { return fStencilBits; } in stencilBits() function in sk_app::WindowContext
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 59 int32_t stencilBits; member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigList.hpp | 133 deInt32 stencilBits; member
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluFboRenderContext.cpp | 70 static void getDepthStencilBits (deUint32 depthStencilFormat, int* depthBits, int* stencilBits) in getDepthStencilBits() argument 136 const int stencilBits = getNumStencilBits(combinedFormat); in chooseDepthStencilFormat() local 221 int stencilBits = 0; in createFramebuffer() local [all...] |
H A D | gluRenderConfig.hpp | 89 int stencilBits; member
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib.cpp | 542 UINT_32 stencilBits = 0; in Flt32ToDepthPixel() local
|
/third_party/mesa3d/src/glx/ |
H A D | glxconfig.h | 47 GLint stencilBits; member
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLRenderTarget.cpp | 64 GrGLFormat stencil_bits_to_format(int stencilBits) { in stencil_bits_to_format() argument 80 MakeWrapped(GrGLGpu* gpu, const SkISize& dimensions, GrGLFormat format, int sampleCount, const IDs& idDesc, int stencilBits) MakeWrapped() argument
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 43 int stencilBits; member
|
/third_party/skia/include/gpu/ |
H A D | GrBackendSurface.h | 516 int stencilBits() const { return fStencilBits; } in stencilBits() function in GrBackendRenderTarget
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.hpp | 123 int stencilBits; member in tcu::wgl::PixelFormatInfo
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilClearTests.cpp | 103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() argument 450 int stencilBits = renderTarget.getStencilBits(); in renderReference() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilClearTests.cpp | 103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() argument 453 int stencilBits = renderTarget.getStencilBits(); in renderReference() local
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 559 OSMesaCreateContextExt(GLenum format, GLint depthBits, GLint stencilBits, in OSMesaCreateContextExt() argument 592 int depthBits = 0, stencilBits = 0, accumBits = 0; in OSMesaCreateContextAttribs() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 224 GLuint stencilBits; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 89 Buffer(DisplayGbm *display, uint32_t useFlags, uint32_t gbmFormat, uint32_t drmFormat, uint32_t drmFormatFB, int depthBits, int stencilBits) Buffer() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 111 deInt32 stencilBits; member 163 int stencilBits; in parseConfigBitsFromName() member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 22 int stencilBits; member 296 GLint stencilBits = 0; in depthStencilReadbackCase() local 507 int stencilBits; in TEST_P() member 630 GLint stencilBits = 0; in TEST_P() local [all...] |
H A D | WebGLFramebufferTest.cpp | 76 GLint stencilBits = 0; in checkBufferBits() local
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 918 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrDawnRenderTargetInfo& dawnInfo) GrBackendRenderTarget() argument 1013 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrGLFramebufferInfo& glInfo) GrBackendRenderTarget() argument 1028 GrBackendRenderTarget(int width, int height, int sampleCnt, int stencilBits, const GrMockRenderTargetInfo& mockInfo) GrBackendRenderTarget() argument
|