HomeSort by relevance Sort by last modified time
    Searched refs:props (Results 251 - 275 of 1573) sorted by null

<<11121314151617181920>>

  /external/deqp/external/openglcts/modules/gles31/
es31cProgramInterfaceQueryTests.cpp 269 GLsizei propCount, const GLenum props[], GLsizei expectedLength,
275 glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, params);
418 GLenum props[] = { GL_NAME_LENGTH, local
426 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, 0, 7, props, 7, expected, error);
728 GLenum props[] = { local
738 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["a"], 7, props, 7, expected, error);
740 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error);
742 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c"], 7, props, 7, expected3, error);
744 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 7, props, 7, expected4, error);
746 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["e"], 7, props, 7, expected5, error)
806 GLenum props[] = { GL_NAME_LENGTH, local
896 GLenum props[] = { GL_NAME_LENGTH, local
978 GLenum props[] = { GL_NAME_LENGTH, local
1058 GLenum props[] = { GL_NAME_LENGTH, local
1216 GLenum props[] = { GL_NAME_LENGTH, local
1390 GLenum props[] = { local
1589 GLenum props[] = { GL_NAME_LENGTH, GL_TYPE, GL_ARRAY_SIZE }; local
1700 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES, GL_ACTIVE_VARIABLES }; local
1851 GLenum props[] = { GL_BUFFER_BINDING, GL_BUFFER_DATA_SIZE, GL_NUM_ACTIVE_VARIABLES }; local
1919 GLenum props[1] = { GL_NAME_LENGTH }; local
2022 GLenum props[1] = { GL_TEXTURE_1D }; local
2085 GLenum props[1] = { GL_OFFSET }; local
2260 GLenum props[] = { GL_NAME_LENGTH, local
2506 GLenum props[] = { GL_NAME_LENGTH, local
2712 GLenum props[] = { GL_NAME_LENGTH, local
2811 GLenum props[] = { GL_NAME_LENGTH, local
2880 GLenum props[] = { GL_IS_ROW_MAJOR }; local
3042 GLenum props[] = { GL_NAME_LENGTH, local
3168 GLenum props[] = { GL_NAME_LENGTH, local
3234 GLenum props[] = { GL_NAME_LENGTH, local
3318 GLenum props[] = { GL_NAME_LENGTH, local
    [all...]
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.h 50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/lzma/CPP/7zip/Crypto/
MyAes.h 40 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
7zAes.cpp 174 Byte props[2 + sizeof(_key.Salt) + sizeof(_iv)]; local
177 props[0] = (Byte)(_key.NumCyclesPower
183 props[1] = (Byte)(
186 memcpy(props + 2, _key.Salt, _key.SaltSize);
188 memcpy(props + propsSize, _iv, _ivSize);
192 return WriteStream(outStream, props, propsSize);
  /external/mesa3d/src/mesa/main/
program_resource.h 47 const GLenum *props, GLsizei bufSize,
  /external/skia/src/core/
SkPictureImageGenerator.cpp 66 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
69 &props);
114 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
117 0, kTopLeft_GrSurfaceOrigin, &props,
SkSpecialSurface.h 34 const SkSurfaceProps& props() const { return fProps; } function in class:SkSpecialSurface
  /external/skia/src/image/
SkSurface_Gpu.cpp 88 origin, &this->props());
182 rtc->colorSpaceInfo().refColorSpace(), this->props());
280 GrSurfaceOrigin origin, const SkSurfaceProps* props,
296 ctx, budgeted, info, sampleCount, origin, props, mipMapped,
324 const SkSurfaceProps* props) {
338 props));
382 const SkSurfaceProps* props) {
393 return MakeFromBackendTexture(context, texCopy, origin, sampleCnt, colorSpace, props);
400 const SkSurfaceProps* props) {
412 props));
    [all...]
SkSurface.cpp 58 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)
59 : INHERITED(width, height, props) {
62 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props)
63 : INHERITED(info, props) {
125 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props)
126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
133 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props)
134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
  /external/skqp/src/core/
SkPictureImageGenerator.cpp 66 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
69 &props);
114 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
117 0, kTopLeft_GrSurfaceOrigin, &props,
SkSpecialSurface.h 34 const SkSurfaceProps& props() const { return fProps; } function in class:SkSpecialSurface
  /external/skqp/src/image/
SkSurface_Gpu.cpp 88 origin, &this->props());
173 rtc->colorSpaceInfo().refColorSpace(), this->props());
251 GrSurfaceOrigin origin, const SkSurfaceProps* props,
267 ctx, budgeted, info, sampleCount, origin, props, mipMapped,
295 const SkSurfaceProps* props) {
309 props));
355 const SkSurfaceProps* props) {
366 return MakeFromBackendTexture(context, texCopy, origin, sampleCnt, colorSpace, props);
373 const SkSurfaceProps* props) {
385 props));
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
JankyScene.cpp 34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
OvalAnimation.cpp 30 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
MessageParserTest.java 84 Properties props = new Properties(); local
86 props.setProperty(EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME, TEST_PACKAGE_NAME);
87 props.setProperty(
90 props.store(stream, "NFC provisioning intent" /* data description */);
  /prebuilts/clang/host/linux-x86/soong/
clangprebuilts.go 85 type props struct {
90 p := &props{}
113 type props struct {
126 p := &props{}
144 type props struct {
150 p := &props{}
158 type props struct {
162 p := &props{}
  /system/core/healthd/include/healthd/
BatteryMonitor.h 53 struct BatteryProperties props; member in class:android::BatteryMonitor
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 42 final static Properties props = new Properties(); field in class:OldFileHandlerTest
55 props.clear();
56 props.put("java.util.logging.FileHandler.level", "FINE");
57 props.put("java.util.logging.FileHandler.filter", className
59 props.put("java.util.logging.FileHandler.formatter", className
61 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
63 props.put("java.util.logging.FileHandler.limit", "1000");
65 props.put("java.util.logging.FileHandler.count", "2");
67 props.put("java.util.logging.FileHandler.append", "true");
68 props.put("java.util.logging.FileHandler.pattern"
    [all...]
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 40 props = cam.get_camera_properties()
42 its.caps.skip_unless(its.caps.sensor_fusion(props))
  /external/llvm/soong/
llvm.go 51 type props struct {
67 p := &props{}
82 type props struct {
89 p := &props{}
  /libcore/ojluni/src/main/native/
System.c 48 #define PUTPROP(props, key, val) \
52 jobject r = (*env)->CallObjectMethod(env, props, putID, jkey, jval); \
62 #define PUTPROP_ForPlatformNString(props, key, val) \
66 jobject r = (*env)->CallObjectMethod(env, props, putID, jkey, jval); \
72 #define REMOVEPROP(props, key) \
75 jobject r = (*env)->CallObjectMethod(env, props, removeID, jkey); \
80 #define GETPROP(props, key, jret) \
83 (jret) = (*env)->CallObjectMethod(env, props, getPropID, jkey); \
  /external/icu/icu4c/source/common/
uprops.h 63 #define GET_CATEGORY(props) ((props)&0x1f)
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
  /external/skia/src/gpu/
GrProcessorSet.cpp 209 GrXPFactory::AnalysisProperties props = GrXPFactory::GetAnalysisProperties( local
214 props & GrXPFactory::AnalysisProperties::kCanCombineOverlappedStencilAndCover);
221 SkToBool(props & GrXPFactory::AnalysisProperties::kRequiresDstTexture);
223 SkToBool(props & GrXPFactory::AnalysisProperties::kCompatibleWithAlphaAsCoverage);
225 props & GrXPFactory::AnalysisProperties::kRequiresBarrierBetweenOverlappingDraws);
226 if (props & GrXPFactory::AnalysisProperties::kIgnoresInputColor) {
  /external/skqp/src/gpu/
GrProcessorSet.cpp 212 GrXPFactory::AnalysisProperties props = GrXPFactory::GetAnalysisProperties( local
217 props & GrXPFactory::AnalysisProperties::kCanCombineOverlappedStencilAndCover);
224 SkToBool(props & GrXPFactory::AnalysisProperties::kRequiresDstTexture);
226 SkToBool(props & GrXPFactory::AnalysisProperties::kCompatibleWithAlphaAsCoverage);
228 props & GrXPFactory::AnalysisProperties::kRequiresBarrierBetweenOverlappingDraws);
229 if (props & GrXPFactory::AnalysisProperties::kIgnoresInputColor) {
  /external/lzma/C/
XzEnc.c 68 memcpy(header + pos, f->props, f->propsSize);
272 static SRes SeqInFilter_Init(CSeqInFilter *p, const CXzFilter *props)
282 RINOK(BraState_SetFromMethod(&p->StateCoder, props->id, 1, &g_Alloc));
283 RINOK(p->StateCoder.SetProps(p->StateCoder.p, props->props, props->propsSize, &g_Alloc));
411 const CXzProps *props, ICompressProgress *progress)
413 xz->flags = (Byte)props->checkId;
415 RINOK(Lzma2Enc_SetProps(lzmaf->lzma2, props->lzma2Props));
424 const CXzFilterProps *fp = props->filterProps;
    [all...]

Completed in 597 milliseconds

<<11121314151617181920>>