/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanImageTest.cpp | 112 EGLContext context = window->getContext(); in TEST_P() local 161 EGLContext context = window->getContext(); in TEST_P() local 206 EGLContext context = window->getContext(); in TEST_P() local 274 EGLContext context = window->getContext(); in TEST_P() local
|
H A D | VulkanFormatTablesTest.cpp | 46 const gl::Context *context = static_cast<gl::Context *>(getEGLWindow()->getContext()); in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CLPlatformVk.cpp | 68 CLContextImpl::Ptr CLPlatformVk::createContext(cl::Context &context, in createContext() argument 77 CLContextImpl::Ptr CLPlatformVk::createContextFromType(cl::Context &context, in createContextFromType() argument
|
H A D | SemaphoreVk.cpp | 24 void SemaphoreVk::onDestroy(const gl::Context *context) in onDestroy() argument 30 angle::Result SemaphoreVk::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() argument 45 angle::Result SemaphoreVk::importZirconHandle(gl::Context *context, in importZirconHandle() argument 62 angle::Result SemaphoreVk::wait(gl::Context *context, in wait() argument 122 angle::Result SemaphoreVk::signal(gl::Context *context, in signal() argument [all...] |
H A D | vk_internal_shaders_autogen.cpp | 350 angle::Result GetShader(Context *context, in GetShader() argument [all...] |
H A D | VulkanSecondaryCommandBuffer.cpp | 20 angle::Result VulkanSecondaryCommandBuffer::InitializeCommandPool(Context *context, in InitializeCommandPool() argument 54 angle::Result VulkanSecondaryCommandBuffer::initialize(Context *context, in initialize() argument 103 angle::Result VulkanSecondaryCommandBuffer::end(Context *context) in end() argument 84 begin( Context *context, const VkCommandBufferInheritanceInfo &inheritanceInfo) begin() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfacelessContextTest.cpp | 141 EGLContext context = createContext(); in TEST_P() local 163 EGLContext context = createContext(); in TEST_P() local 191 EGLContext context = createContext(); in TEST_P() local 211 EGLContext context = createContext(); in TEST_P() local 236 EGLContext context = createContext(); in TEST_P() local [all...] |
H A D | EGLBackwardsCompatibleContextTest.cpp | 124 EGLContext context = eglCreateContext(mDisplay, mConfig, nullptr, attribs); in TEST_P() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.h | 18 ANGLE_INLINE bool ValidateDrawArrays(const Context *context, in ValidateDrawArrays() argument 27 ANGLE_INLINE bool ValidateUniform2f(const Context *context, in ValidateUniform2f() argument 36 ANGLE_INLINE bool ValidateBindBuffer(const Context *context, in ValidateBindBuffer() argument 57 ValidateDrawElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawElements() argument 67 ValidateVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) ValidateVertexAttribPointer() argument 142 ValidateBindTexture(const Context *context, angle::EntryPoint entryPoint, TextureType target, TextureID texture) ValidateBindTexture() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkDataTable.cpp | 12 static void malloc_freeproc(void* context) { in malloc_freeproc() argument 25 SkDataTable(const void* array, size_t elemSize, int count, FreeProc proc, void* context) SkDataTable() argument
|
/third_party/skia/src/gpu/ |
H A D | GrRecordingContextPriv.h | 30 GrRecordingContext* context() { return static_cast<GrRecordingContext*>(fContext); } in context() function in GrRecordingContextPriv 31 const GrRecordingContext* context() const { in context() function in GrRecordingContextPriv 77 AutoSuppressWarningMessages(GrRecordingContext* context) AutoSuppressWarningMessages() argument [all...] |
H A D | GrProcessorUnitTest.h | 59 GrRecordingContext* context() { return fContext; } in context() function in GrProcessorTestData
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateSwitch.cpp | 19 bool ValidateSwitch::validate(TBasicType switchType, TParseContext *context, in validate() argument 28 ValidateSwitch::ValidateSwitch(TBasicType switchType, TParseContext *context) in ValidateSwitch() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.hpp | 82 sw::Context *const context; member in es2::Device::sw
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.hpp | 98 std::unique_ptr<llvm::LLVMContext> context; member in rr::JITBuilder
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | SetupProcessor.cpp | 58 SetupProcessor::SetupProcessor(Context *context) : context(context) in SetupProcessor() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | call_graph.cpp | 22 CallGraph::CallGraph(opt::IRContext* context) { in CallGraph() argument 46 BuildGraphAndGetDepthOfFunctionCalls( opt::IRContext* context, std::map<std::pair<uint32_t, uint32_t>, uint32_t>* call_to_max_depth) BuildGraphAndGetDepthOfFunctionCalls() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | libspirv.cpp | 60 spv_context context; // C interface context object. member [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
H A D | divergence_analysis.h | 72 DivergenceAnalysis(opt::IRContext& context) in DivergenceAnalysis() argument
|
H A D | lint_divergent_derivatives.cpp | 38 std::string GetFriendlyName(opt::IRContext* context, uint32_t id) { in GetFriendlyName() argument 82 spvtools::DiagnosticStream Warn(opt::IRContext* context, in Warn() argument 95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() argument 147 CheckDivergentDerivatives(opt::IRContext* context) CheckDivergentDerivatives() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | block_merge_util.cpp | 30 bool IsHeader(IRContext* context, uint32_t id) { in IsHeader() argument 36 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() argument 48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() argument 53 bool IsContinue(IRContext* context, uint32_t id) { in IsContinue() argument 67 void EliminateOpPhiInstructions(IRContext* context, BasicBloc argument 80 CanMergeWithSuccessor(IRContext* context, BasicBlock* block) CanMergeWithSuccessor() argument 131 MergeWithSuccessor(IRContext* context, Function* func, Function::iterator bi) MergeWithSuccessor() argument [all...] |
H A D | build_module.cpp | 61 auto context = spvContextCreate(env); in BuildModule() local
|
H A D | dataflow.h | 54 DataFlowAnalysis(IRContext& context) : context_(context) {} in DataFlowAnalysis() argument 78 IRContext& context() { return context_; } in context() function in spvtools::opt::DataFlowAnalysis 118 ForwardDataFlowAnalysis(IRContext& context, LabelPosition label_position) in ForwardDataFlowAnalysis() argument
|
H A D | desc_sroa_util.cpp | 24 uint32_t GetLengthOfArrayType(IRContext* context, Instruction* type) { in GetLengthOfArrayType() argument 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() argument 70 bool IsTypeOfStructuredBuffer(IRContext* context, const Instruction* type) { in IsTypeOfStructuredBuffer() argument 81 GetAccessChainIndexAsConst( IRContext* context, Instruction* access_chain) GetAccessChainIndexAsConst() argument 98 GetNumberOfElementsForArrayOrStruct(IRContext* context, Instruction* var) GetNumberOfElementsForArrayOrStruct() argument [all...] |
H A D | loop_utils.h | 66 LoopUtils(IRContext* context, Loop* loop) in LoopUtils() argument
|