/third_party/skia/tests/ |
H A D | NdkDecodeTest.cpp | 49 const auto& info = gen->getInfo(); in DEF_TEST() 102 REPORTER_ASSERT(r, SkColorSpace::Equals(gen->getInfo().colorSpace(), cs.get())); in DEF_TEST() 131 auto info = gen->getInfo().makeColorSpace(cs); in DEF_TEST() 172 auto info = gen->getInfo().makeColorSpace(unsupported); in DEF_TEST() 197 REPORTER_ASSERT(r, gen->getInfo().colorSpace()->isSRGB()); in DEF_TEST() 198 REPORTER_ASSERT(r, gen->getInfo().isOpaque() == rec.fIsOpaque); in DEF_TEST() 200 auto noColorCorrection = gen->getInfo().makeColorSpace(nullptr); in DEF_TEST() 241 const auto actualDimensions = gen->getInfo().dimensions(); in DEF_TEST() 248 auto info = gen->getInfo().makeDimensions(dims); in DEF_TEST() 266 const auto actualDimensions = gen->getInfo() in DEF_TEST() [all...] |
H A D | EncodedInfoTest.cpp | 21 REPORTER_ASSERT(r, codec->getInfo().colorType() == kGray_8_SkColorType); in DEF_TEST() 24 bm.allocPixels(codec->getInfo().makeColorType(kAlpha_8_SkColorType).makeColorSpace(nullptr)); in DEF_TEST() 25 auto result = codec->getPixels(codec->getInfo(), bm.getPixels(), bm.rowBytes()); in DEF_TEST() 34 REPORTER_ASSERT(r, codec->getInfo().colorType() == kAlpha_8_SkColorType); in DEF_TEST() 37 bm2.allocPixels(codec->getInfo().makeColorSpace(nullptr)); in DEF_TEST()
|
H A D | CodecTest.cpp | 224 if (codec->getInfo().colorType() == kGray_8_SkColorType) { in test_codec() 225 SkImageInfo grayInfo = codec->getInfo(); in test_codec() 504 const SkImageInfo info = codec->getInfo().makeColorType(kN32_SkColorType); in check() 643 SkImageInfo scaledInfo = codec->getInfo() in test_dimensions() 863 decodedBm.setInfo(codec->getInfo()); in DEF_TEST() 865 SkCodec::Result result = codec->getPixels(codec->getInfo(), decodedBm.getPixels(), in DEF_TEST() 886 result = codec->getPixels(codec->getInfo(), decodedBm.getPixels(), decodedBm.rowBytes()); in DEF_TEST() 933 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr); in DEF_TEST() 952 test_info(r, codec.get(), codec->getInfo(), SkCodec::kSuccess, nullptr); in DEF_TEST() 958 test_info(r, codec.get(), codec->getInfo(), SkCode in DEF_TEST() [all...] |
H A D | BadIcoTest.cpp | 45 bm.allocPixels(codec->getInfo()); in DEF_TEST() 46 codec->getPixels(codec->getInfo(), bm.getPixels(), in DEF_TEST()
|
H A D | CodecPriv.h | 28 bm->allocPixels(codec->getInfo()); in decode_memory() 29 const SkCodec::Result result = codec->getPixels(codec->getInfo(), bm->getPixels(), in decode_memory()
|
H A D | AndroidCodecTest.cpp | 71 const auto dims = codec->getInfo().dimensions(); in DEF_TEST() 156 auto info = codec->getInfo(); in DEF_TEST() 185 auto info = codec->getInfo(); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | OptTable.h | 76 const Info &getInfo(OptSpecifier Opt) const { in getInfo() function in llvm::opt::OptTable 99 return getInfo(id).Name; in getOptionName() 104 return getInfo(id).Kind; in getOptionKind() 109 return getInfo(id).GroupID; in getOptionGroupID() 114 return getInfo(id).HelpText; in getOptionHelpText() 120 return getInfo(id).MetaVar; in getOptionMetaVar()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderProgram.hpp | 97 const ShaderInfo& getInfo (void) const { return m_info; } in getInfo() function in glu::Shader 99 glu::ShaderType getType (void) const { return getInfo().type; } in getType() 100 bool getCompileStatus (void) const { return getInfo().compileOk; } in getCompileStatus() 101 const std::string& getSource (void) const { return getInfo().source; } in getSource() 102 const std::string& getInfoLog (void) const { return getInfo().infoLog; } in getInfoLog() 135 const ProgramInfo& getInfo (void) const { return m_info; } in getInfo() function in glu::Program 137 bool getLinkStatus (void) const { return getInfo().linkOk; } in getLinkStatus() 138 const std::string& getInfoLog (void) const { return getInfo().infoLog; } in getInfoLog() 204 const ShaderInfo& getShaderInfo (glu::ShaderType shaderType, int shaderNdx = 0) const { return m_shaders[shaderType][shaderNdx]->getInfo(); } in getShaderInfo() 205 const ProgramInfo& getProgramInfo (void) const { return m_program.getInfo(); } in getProgramInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | OptTable.cpp | 104 unsigned Kind = getInfo(i + 1).Kind; in OptTable() 107 TheInputOptionID = getInfo(i + 1).ID; in OptTable() 110 TheUnknownOptionID = getInfo(i + 1).ID; in OptTable() 122 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind; in OptTable() 130 if (!(getInfo(i) < getInfo(i + 1))) { in OptTable() 141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 166 return Option(&getInfo(id), this); in getOption() 554 unsigned Flags = getInfo(Id).Flags; in PrintHelp()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLKernel.h | 24 cl_int getInfo(KernelInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 42 const rx::CLKernelImpl::Info &getInfo() const; 64 inline const rx::CLKernelImpl::Info &Kernel::getInfo() const in getInfo() function in cl::Kernel
|
H A D | CLDevice.h | 28 cl_int getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 41 const rx::CLDeviceImpl::Info &getInfo() const; 86 inline const rx::CLDeviceImpl::Info &Device::getInfo() const in getInfo() function in cl::Device
|
H A D | CLPlatform.h | 36 cl_int getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 61 const rx::CLPlatformImpl::Info &getInfo() const; 105 inline const rx::CLPlatformImpl::Info &Platform::getInfo() const in getInfo() function in cl::Platform
|
H A D | CLContext.h | 26 cl_int getInfo(ContextInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 193 return ptr->getInfo().imageSupport == CL_TRUE; in supportsImages() 200 return !ptr->getInfo().IL_Version.empty(); in supportsIL()
|
/third_party/skia/client_utils/android/ |
H A D | BitmapRegionDecoder.cpp | 41 return fCodec->getInfo().width(); in width() 45 return fCodec->getInfo().height(); in height() 69 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion()
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferImageGenerator.cpp | 98 GrColorType grColorType = SkColorTypeToGrColorType(this->getInfo().colorType()); in makeView() 100 int width = this->getInfo().width(); in makeView() 101 int height = this->getInfo().height(); in makeView() 198 info.dimensions() == this->getInfo().dimensions() && mipMapped == GrMipmapped::kNo) { in onGenerateTexture()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestDataModule.java | 28 public DataMap getInfo(); in getInfo() method 74 public DataMap getInfo(); in getInfo() method
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestDataModule.java | 27 public DataMap getInfo(); in getInfo() method 73 public DataMap getInfo(); in getInfo() method
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | testdata.h | 64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 106 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const override;
|
H A D | tstdtmod.h | 69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const override;
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | testdata.h | 64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 106 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
|
H A D | tstdtmod.h | 69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0; 95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
|
/third_party/skia/tools/ |
H A D | Resources.cpp | 35 return gen && dst->tryAllocPixels(gen->getInfo()) && in DecodeDataToBitmap() 36 gen->getPixels(gen->getInfo().makeColorSpace(nullptr), dst->getPixels(), dst->rowBytes()); in DecodeDataToBitmap()
|
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 245 std::string platver = p.getInfo<CL_PLATFORM_VERSION>(); 997 // Specialized for getInfo<CL_PROGRAM_BINARIES> 1529 getInfo(Func f, cl_uint name, T* param) in getInfo() function 1554 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) in getInfo() function 1562 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() function 2182 cl_int getInfo(cl_device_info name, T* param) const in getInfo() function in cl::Device 2185 detail::getInfo(&::clGetDeviceInfo, object_, name, param), in getInfo() 2192 getInfo(cl_int* err = NULL) const in getInfo() function in cl::Device 2196 cl_int result = getInfo(name, ¶m); in getInfo() 2468 cl_int getInfo(cl_platform_inf function in cl::Platform 2478 getInfo(cl_int* err = NULL) const getInfo() function in cl::Platform 3023 cl_int getInfo(cl_context_info name, T* param) const getInfo() function in cl::Context 3033 getInfo(cl_int* err = NULL) const getInfo() function in cl::Context 3165 cl_int getInfo(cl_event_info name, T* param) const getInfo() function in cl::Event 3175 getInfo(cl_int* err = NULL) const getInfo() function in cl::Event 3380 cl_int getInfo(cl_mem_info name, T* param) const getInfo() function in cl::Memory 3390 getInfo(cl_int* err = NULL) const getInfo() function in cl::Memory 5527 cl_int getInfo(cl_pipe_info name, T* param) const getInfo() function in cl::Pipe 5537 getInfo(cl_int* err = NULL) const getInfo() function in cl::Pipe 5660 cl_int getInfo(cl_sampler_info name, T* param) const getInfo() function in cl::Sampler 5670 getInfo(cl_int* err = NULL) const getInfo() function in cl::Sampler 5884 cl_int getInfo(cl_kernel_info name, T* param) const getInfo() function in cl::Kernel 5893 getInfo(cl_int* err = NULL) const getInfo() function in cl::Kernel 6645 cl_int getInfo(cl_program_info name, T* param) const getInfo() function in cl::Program 6654 getInfo(cl_int* err = NULL) const getInfo() function in cl::Program 6900 inline cl_int cl::Program::getInfo(cl_program_info name, vector<vector<unsigned char>>* param) const getInfo() function in cl::cl::Program 6927 inline vector<vector<unsigned char>> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const getInfo() function in cl::cl::Program 7479 cl_int getInfo(cl_command_queue_info name, T* param) const getInfo() function in cl::CommandQueue 7489 getInfo(cl_int* err = NULL) const getInfo() function in cl::CommandQueue 8859 cl_int getInfo(cl_command_queue_info name, T* param) const getInfo() function in cl::DeviceCommandQueue 8869 getInfo(cl_int* err = NULL) const getInfo() function in cl::DeviceCommandQueue [all...] |
/third_party/skia/src/codec/ |
H A D | SkAndroidCodec.cpp | 59 : fInfo(codec->getInfo()) in SkAndroidCodec() 127 if (kGray_8_SkColorType == this->getInfo().colorType()) { in computeOutputColorType() 132 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) { in computeOutputColorType() 147 if (kOpaque_SkAlphaType == this->getInfo().alphaType()) { in computeOutputAlphaType()
|
/third_party/skia/gm/ |
H A D | animated_gif.cpp | 48 const SkImageInfo info = fCodec->getInfo().makeColorType(kN32_SkColorType); in drawFrame() 88 SkISize dim = fCodec->getInfo().dimensions(); 132 canvas->translate(SkIntToScalar(fCodec->getInfo().width()), 0); 137 canvas->translate(0, SkIntToScalar(fCodec->getInfo().height()));
|