| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingOpacityMicromapTests.cpp | 532 deUint32 state = m_params.testFlagMask & (TEST_FLAG_BIT_FORCE_OPAQUE_INSTANCE | TEST_FLAG_BIT_FORCE_OPAQUE_RAY_FLAG) ? in iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
| H A D | DisplayEGL.cpp | 112 DisplayEGL::DisplayEGL(const egl::DisplayState &state) : DisplayGL(state) {} in DisplayEGL() argument 116 ImageImpl *DisplayEGL::createImage(const egl::ImageState &state, in createImage() argument 412 SurfaceImpl *DisplayEGL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument 427 SurfaceImpl *DisplayEGL::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument 444 ExternalSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config, EGLint width, EGLint height) ExternalSurfaceEGL() argument 464 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument 481 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument 489 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
| H A D | xxhash.c | 439 XXH32_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ in XXH32_reset() local 452 XXH32_update_endian(XXH32_state_t* state, const void* input, size_t len, XXH_endianess endian) XXH32_update_endian() argument 527 XXH32_digest_endian(const XXH32_state_t* state, XXH_endianess endian) XXH32_digest_endian() argument 900 XXH64_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ XXH64_reset() local 912 XXH64_update_endian(XXH64_state_t* state, const void* input, size_t len, XXH_endianess endian) XXH64_update_endian() argument 981 XXH64_digest_endian(const XXH64_state_t* state, XXH_endianess endian) XXH64_digest_endian() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| H A D | DisplayGLX.cpp | 70 DisplayGLX::DisplayGLX(const egl::DisplayState &state) in DisplayGLX() argument 424 SurfaceImpl *DisplayGLX::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument 434 SurfaceImpl *DisplayGLX::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument 447 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument 456 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument 487 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ContextGL.cpp | 38 ContextGL::ContextGL(const gl::State &state, in ContextGL() argument 82 TextureImpl *ContextGL::createTexture(const gl::TextureState &state) in createTexture() argument 94 RenderbufferImpl *ContextGL::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() argument 106 BufferImpl *ContextGL::createBuffer(const gl::BufferState &state) in createBuffer() argument 168 TransformFeedbackImpl *ContextGL::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback() argument 173 createSampler(const gl::SamplerState &state) createSampler() argument 203 createOverlay(const gl::OverlayState &state) createOverlay() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | DisplayWGL.cpp | 90 DisplayWGL::DisplayWGL(const egl::DisplayState &state) in DisplayWGL() argument 406 SurfaceImpl *DisplayWGL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() argument 429 SurfaceImpl *DisplayWGL::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() argument 442 SurfaceImpl *DisplayWGL::createPbufferFromClientBuffer(const egl::SurfaceState &state, in createPbufferFromClientBuffer() argument 458 SurfaceImpl *DisplayWGL::createPixmapSurface(const egl::SurfaceState &state, in createPixmapSurface() argument 466 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_memory.cpp | 1370 spv_result_t ValidateArrayLength(ValidationState_t& state, in ValidateArrayLength() argument 1425 ValidateCooperativeMatrixLengthNV(ValidationState_t& state, const Instruction* inst) ValidateCooperativeMatrixLengthNV() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | BufferVk.cpp | 211 BufferVk::BufferVk(const gl::BufferState &state) in BufferVk() argument
|
| H A D | ProgramVk.cpp | 141 ProgramVk::ProgramVk(const gl::ProgramState &state) : ProgramImpl(state) in ProgramVk() argument
|
| H A D | VertexArrayVk.cpp | 130 VertexArrayVk::VertexArrayVk(ContextVk *contextVk, const gl::VertexArrayState &state) in VertexArrayVk() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_command_buffer.h | 359 RenderCommandEncoder &setVertexSamplerState(id<MTLSamplerState> state, in setVertexSamplerState() argument 386 RenderCommandEncoder &setFragmentSamplerState(id<MTLSamplerState> state, in setFragmentSamplerState() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | ClipStack.cpp | 824 ClipStack::ClipState ClipStack::SaveRecord::state() const { in state() function in skgpu::v1::ClipStack::SaveRecord [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkOpsRenderPass.cpp | 595 void GrVkOpsRenderPass::inlineUpload(GrOpFlushState* state, GrDeferredTextureUploadFn& upload) { in inlineUpload() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrDirectContext.cpp | 119 void GrDirectContext::resetContext(uint32_t state) { in resetContext() argument 1118 setBackendTextureState(const GrBackendTexture& backendTexture, const GrBackendSurfaceMutableState& state, GrBackendSurfaceMutableState* previousState, GrGpuFinishedProc finishedProc, GrGpuFinishedContext finishedContext) setBackendTextureState() argument 1133 setBackendRenderTargetState(const GrBackendRenderTarget& backendRenderTarget, const GrBackendSurfaceMutableState& state, GrBackendSurfaceMutableState* previousState, GrGpuFinishedProc finishedProc, GrGpuFinishedContext finishedContext) setBackendRenderTargetState() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Renderer.cpp | 660 auto &state = drawCall->setupState; in setupSolidTriangles() local 705 auto &state = drawCall->setupState; in setupWireframeTriangles() local 760 auto &state = drawCall->setupState; in setupPointTriangles() local 805 auto &state = drawCall->setupState; setupLines() local 826 auto &state = drawCall->setupState; setupPoints() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.cpp | 1571 SetupProcessor::State &state = draw.setupState; in setupSolidTriangles() local 1617 SetupProcessor::State &state = draw.setupState; in setupWireframeTriangle() local 1674 SetupProcessor::State &state = draw.setupState; in setupVertexTriangle() local 1718 SetupProcessor::State &state = draw.setupState; setupLines() local 1743 SetupProcessor::State &state = draw.setupState; setupPoints() local 1764 const SetupProcessor::State &state = draw.setupState; setupLine() local 2058 const SetupProcessor::State &state = draw.setupState; setupPoint() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelProgram.cpp | 28 PixelProgram::PixelProgram(const PixelProcessor::State &state, const PixelShader *shader) : in PixelProgram() argument [all...] |
| H A D | PixelRoutine.cpp | 32 PixelRoutine::PixelRoutine(const PixelProcessor::State &state, const PixelShader *shader) in PixelRoutine() argument [all...] |
| H A D | VertexProgram.cpp | 26 VertexProgram::VertexProgram(const VertexProcessor::State &state, const VertexShader *shader) in VertexProgram() argument
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_utl.c | 319 int state; in STACK_OF() local 747 int state = LABEL_START; in valid_star() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_memory.cpp | 1370 spv_result_t ValidateArrayLength(ValidationState_t& state, in ValidateArrayLength() argument 1425 ValidateCooperativeMatrixLengthNV(ValidationState_t& state, const Instruction* inst) ValidateCooperativeMatrixLengthNV() argument [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | tarith.c | 112 int state, failed = 0; in validation_ascii_to_fp() local 316 int state; /* Current parser state */ global() member [all...] |
| /third_party/skia/third_party/externals/libwebp/src/demux/ |
| H A D | demux.c | 708 WebPDemuxInternal(const WebPData* data, int allow_partial, WebPDemuxState* state, int version) WebPDemuxInternal() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_patternstring.cpp | 916 int state = 0; convertLocalized() local [all...] |
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| H A D | LatencyAnalyzer.h | 587 const char *convertStateToText(echo_state state) { in convertStateToText() argument
|