Home
last modified time | relevance | path

Searched defs:props (Results 201 - 225 of 290) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp604 CaptureGetProgramResourceiv(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) CaptureGetProgramResourceiv() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp892 std::array<GLenum, kPropCount> props = { in getShaderStorageBlockMemberInfo() local
945 std::array<GLenum, kPropCount> props = {{GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE}}; in getAtomicCounterBufferSizeMap() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp418 GLenum props[] = { GL_NAME_LENGTH, in Run() local
728 GLenum props[] = { in Run() local
268 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument
806 GLenum props[] = { GL_NAME_LENGTH, Run() local
896 GLenum props[] = { GL_NAME_LENGTH, Run() local
978 GLenum props[] = { GL_NAME_LENGTH, Run() local
1058 GLenum props[] = { GL_NAME_LENGTH, Run() local
1220 GLenum props[] = { GL_NAME_LENGTH, Run() local
1394 GLenum props[] = { Run() local
1573 GLenum props[] = { GL_BLOCK_INDEX }; Run() local
1654 GLenum props[] = { GL_NAME_LENGTH, GL_TYPE, GL_ARRAY_SIZE }; Run() local
1745 GLenum props[] = { GL_NAME_LENGTH, GL_TYPE, GL_ARRAY_SIZE }; Run() local
1852 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES, GL_ACTIVE_VARIABLES }; Run() local
2003 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES }; Run() local
2071 GLenum props[1] = { GL_NAME_LENGTH }; Run() local
2174 GLenum props[1] = { GL_TEXTURE_1D }; Run() local
2237 GLenum props[1] = { GL_OFFSET }; Run() local
2412 GLenum props[] = { GL_NAME_LENGTH, Run() local
2662 GLenum props[] = { GL_NAME_LENGTH, Run() local
2868 GLenum props[] = { GL_NAME_LENGTH, Run() local
2967 GLenum props[] = { GL_NAME_LENGTH, Run() local
3036 GLenum props[] = { GL_IS_ROW_MAJOR }; Run() local
3198 GLenum props[] = { GL_NAME_LENGTH, Run() local
3324 GLenum props[] = { GL_NAME_LENGTH, Run() local
3390 GLenum props[] = { GL_NAME_LENGTH, Run() local
3474 GLenum props[] = { GL_NAME_LENGTH, Run() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp1598 GLenum props[] = {GL_ARRAY_STRIDE}; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp648 GL_GetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetProgramResourceiv() argument
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp627 sk_sp<SkSurface> SkBitmapDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() argument
H A DSkRemoteGlyphCache.cpp785 GlyphTrackingDevice( const SkISize& dimensions, const SkSurfaceProps& props, SkStrikeServerImpl* server, sk_sp<SkColorSpace> colorSpace, bool DFTSupport) GlyphTrackingDevice() argument
836 makeAnalysisCanvas(int width, int height, const SkSurfaceProps& props, sk_sp<SkColorSpace> colorSpace, bool DFTSupport) makeAnalysisCanvas() argument
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp667 VkPhysicalDeviceProperties2 props; in initGrCaps() local
745 VkFormatProperties props; in stencil_format_supported() local
1413 VkFormatProperties props; in init() local
[all...]
/third_party/skia/src/c/
H A Dsk_surface.cpp370 sk_surface_new_raster(const sk_imageinfo_t* cinfo, const sk_surfaceprops_t* props) sk_surface_new_raster() argument
382 sk_surface_new_raster_direct(const sk_imageinfo_t* cinfo, void* pixels, size_t rowBytes, const sk_surfaceprops_t* props) sk_surface_new_raster_direct() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc981 hb_buffer_set_segment_properties(hb_buffer_t *buffer, const hb_segment_properties_t *props) hb_buffer_set_segment_properties() argument
1000 hb_buffer_get_segment_properties(hb_buffer_t *buffer, hb_segment_properties_t *props) hb_buffer_get_segment_properties() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp610 std::vector<VkPipelineExecutablePropertiesKHR> props[PIPELINE_CACHE_NDX_COUNT]; in verifyTestResult() local
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp44 void FillInRandomDeviceProps(VkPhysicalDeviceProperties& props, uint32_t api_vers, uint32_t vendor, uint32_t driver_vers) { in FillInRandomDeviceProps() argument
719 FillInRandomFormatProperties(std::vector<VkFormatProperties>& props) FillInRandomFormatProperties() argument
1007 FillInRandomImageFormatData(VkImageFormatProperties& props) FillInRandomImageFormatData() argument
1429 FillInRandomMemoryData(VkPhysicalDeviceMemoryProperties& props) FillInRandomMemoryData() argument
1717 FillInRandomQueueFamilyData(std::vector<MockQueueFamilyProperties>& props) FillInRandomQueueFamilyData() argument
2071 FillInRandomSparseImageFormatData(std::vector<VkSparseImageFormatProperties>& props) FillInRandomSparseImageFormatData() argument
2508 FillInRandomExtMemoryData(VkExternalMemoryProperties& props) FillInRandomExtMemoryData() argument
2771 FillInRandomExtSemData(VkExternalSemaphoreProperties& props) FillInRandomExtSemData() argument
3031 FillInRandomExtFenceData(VkExternalFenceProperties& props) FillInRandomExtFenceData() argument
3290 FillInRandomSurfaceCapsData(VkSurfaceCapabilitiesKHR& props) FillInRandomSurfaceCapsData() argument
3518 FillInRandomSurfaceFormatsData(std::vector<VkSurfaceFormatKHR>& props) FillInRandomSurfaceFormatsData() argument
3749 FillInRandomDisplayPropData(std::vector<VkDisplayPropertiesKHR>& props) FillInRandomDisplayPropData() argument
3948 FillInRandomDisplayPlanePropData(std::vector<VkDisplayPlanePropertiesKHR>& props) FillInRandomDisplayPlanePropData() argument
[all...]
H A Dloader_version_tests.cpp241 VkPhysicalDeviceProperties props; in TEST() local
297 VkPhysicalDeviceProperties props; in TEST() local
643 VkPhysicalDeviceToolProperties props; in TEST() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow.c1082 ALLOCATOR_PROPERTIES props = { -1, -1, -1, -1 }; in dshow_set_audio_buffer_size() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c728 cl_context_properties *props = NULL; in opencl_device_init() local
493 opencl_device_create_internal(AVHWDeviceContext *hwdev, const OpenCLDeviceSelector *selector, cl_context_properties *props) opencl_device_create_internal() argument
1245 cl_context_properties props[7] = { opencl_device_derive() local
1290 cl_context_properties props[5] = { opencl_device_derive() local
1327 cl_context_properties props[5] = { opencl_device_derive() local
2694 const cl_import_properties_arm props[3] = { opencl_map_from_drm_arm() local
[all...]
/third_party/glfw/tests/
H A Dtriangle-vulkan.c907 VkFormatProperties props; in demo_prepare_textures() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java1223 private static final int getNumericTypeValue(int props) { in getNumericTypeValue() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java2668 public void set(DecimalFormatProperties props); in set() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2373 props[][3]={ /* code point, property, value */ in TestAdditionalProperties() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterProperty.java1204 private static final int getNumericTypeValue(int props) { in getNumericTypeValue() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormat.java2440 public void set(DecimalFormatProperties props); in set() argument
/third_party/lzma/C/
H A DXzDec.c99 static SRes XzBcFilterState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in XzBcFilterState_SetProps() argument
311 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in SbState_SetProps() argument
390 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc) in Lzma2State_SetProps() argument
1489 CXzDecMtProps props; global() member
2614 XzDecMt_Decode(CXzDecMtHandle p, const CXzDecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, CXzStatInfo *stat, int *isMT, ICompressProgressPtr progress) XzDecMt_Decode() argument
[all...]
H A DXzEnc.c360 static SRes SeqInFilter_Init(CSeqInFilter *p, const CXzFilter *props, ISzAllocPtr alloc) in SeqInFilter_Init() argument
736 Xz_CompressBlock( CLzma2WithFilters *lzmaf, ISeqOutStreamPtr outStream, Byte *outBufHeader, Byte *outBufData, size_t outBufDataLimit, ISeqInStreamPtr inStream, const Byte *inBuf, size_t inBufSize, const CXzProps *props, ICompressProgressPtr progress, int *inStreamFinished, CXzEncBlockInfo *blockSizes, ISzAllocPtr alloc, ISzAllocPtr allocBig) Xz_CompressBlock() argument
1060 XzEnc_SetProps(CXzEncHandle p, const CXzProps *props) XzEnc_SetProps() argument
1165 const CXzProps *props = &p->xzProps; XzEnc_Encode() local
1337 Xz_Encode(ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, const CXzProps *props, ICompressProgressPtr progress) Xz_Encode() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp1046 ListArchives( const CListOptions &listOptions, CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, bool processAltStreams, bool showAltStreams, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, const CObjectVector<CProperty> *props, UInt64 &numErrors, UInt64 &numWarnings) ListArchives() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp453 NWildcard::CCensorPathProps props; in AddNameToCensor() local

Completed in 62 milliseconds

12345678910>>...12