Home
last modified time | relevance | path

Searched refs:propArray (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
DCLPlatform.cpp33 Context::PropArray propArray; in ParseContextProperties() local
51 propArray.reserve(propIt - properties); in ParseContextProperties()
52 propArray.insert(propArray.cend(), properties, propIt); in ParseContextProperties()
58 return propArray; in ParseContextProperties()
222 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContext() local
230 return Object::Create<Context>(errorCode, *platform, std::move(propArray), std::move(devs), in CreateContext()
242 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContextFromType() local
244 return Object::Create<Context>(errorCode, *platform, std::move(propArray), deviceType, notify, in CreateContextFromType()
DCLContext.cpp84 CommandQueue::PropArray propArray; in createCommandQueueWithProperties() local
104 propArray.reserve(propIt - properties); in createCommandQueueWithProperties()
105 propArray.insert(propArray.cend(), properties, propIt); in createCommandQueueWithProperties()
108 std::move(propArray), props, size); in createCommandQueueWithProperties()
190 Sampler::PropArray propArray; in createSamplerWithProperties() local
215 propArray.reserve(propIt - properties); in createSamplerWithProperties()
216 propArray.insert(propArray.cend(), properties, propIt); in createSamplerWithProperties()
219 return Object::Create<Sampler>(errorCode, *this, std::move(propArray), normalizedCoords, in createSamplerWithProperties()
DCLCommandQueue.h273 PropArray &&propArray,
DCLCommandQueue.cpp715 PropArray &&propArray, in CommandQueue() argument
721 mPropArray(std::move(propArray)), in CommandQueue()
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.cpp99 const cl_queue_properties propArray[] = { in createCommandQueue() local
103 mNative, nativeDevice, propArray, &errorCode); in createCommandQueue()
237 const cl_sampler_properties propArray[] = {CL_SAMPLER_NORMALIZED_COORDS, in createSampler() local
245 mNative->getDispatch().clCreateSamplerWithProperties(mNative, propArray, &errorCode); in createSampler()
/external/lzma/Java/SevenZip/
DLzmaBench.java314 byte[] propArray = propStream.toByteArray(); in LzmaBenchmark()
315 decoder.SetDecoderProperties(propArray); in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs271 byte[] propArray = propStream.ToArray(); in LzmaBenchmark()
311 decoder.SetDecoderProperties(propArray); in LzmaBenchmark()