Home
last modified time | relevance | path

Searched refs:propCount (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp216 GLsizei propCount = static_cast<GLsizei>(ArraySize(props)); in TEST_P() local
220 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, propCount, props, propCount, &length, in TEST_P()
223 EXPECT_EQ(propCount, length); in TEST_P()
236 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, propCount, props, propCount - 1, in TEST_P()
239 EXPECT_EQ(propCount - 1, length); in TEST_P()
400 GLsizei propCount = static_cast<GLsizei>(ArraySize(props)); in TEST_P() local
402 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P()
405 EXPECT_EQ(propCount, length); in TEST_P()
433 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P()
436 EXPECT_EQ(propCount, length); in TEST_P()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramInterfaceTest.cpp282 GLsizei propCount = static_cast<GLsizei>(ArraySize(props)); in TEST_P() local
286 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, propCount, props, propCount, &length, in TEST_P()
289 EXPECT_EQ(propCount, length); in TEST_P()
302 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, propCount, props, propCount - 1, in TEST_P()
305 EXPECT_EQ(propCount - 1, length); in TEST_P()
470 GLsizei propCount = static_cast<GLsizei>(ArraySize(props)); in TEST_P() local
472 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P()
475 EXPECT_EQ(propCount, length); in TEST_P()
503 glGetProgramResourceiv(program, GL_UNIFORM, index, propCount, props, propCount, &length, in TEST_P()
506 EXPECT_EQ(propCount, length); in TEST_P()
[all …]
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js18 var propCount = that.getPropertyCount(); field in Type
19 if (propCount !== this.getPropertyCount()) return false; field in Type
22 if (propCount) { field in Type
23 for (var i = 0; i < propCount; i++) { field in Type
189 var propCount = that.getPropertyCount();
190 if (propCount !== this.getPropertyCount())
195 if (propCount) {
196 for (var i = 0; i < propCount; i++) {
DunspecializedConstraints.errors.txt21 var propCount = that.getPropertyCount();
22 if (propCount !== this.getPropertyCount()) return false;
25 if (propCount) {
26 for (var i = 0; i < propCount; i++) {
DunspecializedConstraints.types48 var propCount = that.getPropertyCount();
49 >propCount : number
55 if (propCount !== this.getPropertyCount()) return false;
56 >propCount !== this.getPropertyCount() : boolean
57 >propCount : number
80 if (propCount) {
81 >propCount : number
83 for (var i = 0; i < propCount; i++) {
86 >i < propCount : boolean
88 >propCount : number
DunspecializedConstraints.symbols49 var propCount = that.getPropertyCount();
50 >propCount : Symbol(propCount, Decl(unspecializedConstraints.ts, 16, 15))
55 if (propCount !== this.getPropertyCount()) return false;
56 >propCount : Symbol(propCount, Decl(unspecializedConstraints.ts, 16, 15))
73 if (propCount) {
74 >propCount : Symbol(propCount, Decl(unspecializedConstraints.ts, 16, 15))
76 for (var i = 0; i < propCount; i++) {
79 >propCount : Symbol(propCount, Decl(unspecializedConstraints.ts, 16, 15))
/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts17 var propCount = that.getPropertyCount();
18 if (propCount !== this.getPropertyCount()) return false;
21 if (propCount) {
22 for (var i = 0; i < propCount; i++) {
/third_party/mesa3d/src/mesa/main/
Dprogram_resource.c250 GLuint index, GLsizei propCount, in _mesa_GetProgramResourceiv() argument
259 propCount, props, bufSize, length, params); in _mesa_GetProgramResourceiv()
271 if (propCount <= 0) { in _mesa_GetProgramResourceiv()
278 propCount, props, bufSize, length, params); in _mesa_GetProgramResourceiv()
Dshaderapi.h159 GLsizei propCount, const GLenum *props,
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh43 unsigned int propCount;
44 objc_property_t *props = class_copyPropertyList(cls, &propCount);
46 for (unsigned int i = 0; i < propCount; ++i) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_1_params.cpp209 GLsizei propCount, in CaptureGetProgramResourceiv_props() argument
216 CaptureMemory(props, sizeof(GLenum) * propCount, paramCapture); in CaptureGetProgramResourceiv_props()
224 GLsizei propCount, in CaptureGetProgramResourceiv_length() argument
239 GLsizei propCount, in CaptureGetProgramResourceiv_params() argument
Dcapture_gles_3_1_autogen.h137 GLsizei propCount,
528 GLsizei propCount,
539 GLsizei propCount,
550 GLsizei propCount,
Dcapture_gles_3_1_autogen.cpp609 GLsizei propCount, in CaptureGetProgramResourceiv() argument
621 paramBuffer.addValueParam("propCount", ParamType::TGLsizei, propCount); in CaptureGetProgramResourceiv()
628 index, propCount, props, bufSize, length, params, in CaptureGetProgramResourceiv()
647 index, propCount, props, bufSize, length, params, in CaptureGetProgramResourceiv()
664 index, propCount, props, bufSize, length, params, in CaptureGetProgramResourceiv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dcapture_gles_3_1_params.cpp187 GLsizei propCount, in CaptureGetProgramResourceiv_props() argument
202 GLsizei propCount, in CaptureGetProgramResourceiv_length() argument
217 GLsizei propCount, in CaptureGetProgramResourceiv_params() argument
Dcapture_gles_3_1_autogen.h138 GLsizei propCount,
529 GLsizei propCount,
540 GLsizei propCount,
551 GLsizei propCount,
Dcapture_gles_3_1_autogen.cpp442 GLsizei propCount, in CaptureGetProgramResourceiv() argument
454 paramBuffer.addValueParam("propCount", ParamType::TGLsizei, propCount); in CaptureGetProgramResourceiv()
459 propCount, props, bufSize, length, params, &propsParam); in CaptureGetProgramResourceiv()
467 propCount, props, bufSize, length, params, &lengthParam); in CaptureGetProgramResourceiv()
473 propCount, props, bufSize, length, params, &paramsParam); in CaptureGetProgramResourceiv()
DContext_gles_3_1_autogen.h43 GLsizei propCount, const GLenum *props, GLsizei bufSize, \
DvalidationES31.cpp1520 GLsizei propCount, in ValidateGetProgramResourceiv() argument
1542 if (propCount <= 0) in ValidateGetProgramResourceiv()
1557 for (GLsizei i = 0; i < propCount; i++) in ValidateGetProgramResourceiv()
Dqueryutils.h157 GLsizei propCount,
DvalidationES31_autogen.h88 GLsizei propCount,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_3_autogen.cpp605 GLsizei propCount, in GetProgramResourceiv() argument
616 program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), index, propCount, in GetProgramResourceiv()
625 ValidateGetProgramResourceiv(context, program, programInterface, index, propCount, in GetProgramResourceiv()
629 context->getProgramResourceiv(program, programInterface, index, propCount, props, in GetProgramResourceiv()
633 propCount, props, bufSize, length, params); in GetProgramResourceiv()
Dentry_points_gl_4_3_autogen.h107 GLsizei propCount,
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp520 GLsizei propCount, in GetProgramResourceiv() argument
531 program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), index, propCount, in GetProgramResourceiv()
540 ValidateGetProgramResourceiv(context, program, programInterface, index, propCount, in GetProgramResourceiv()
544 context->getProgramResourceiv(program, programInterface, index, propCount, props, in GetProgramResourceiv()
548 propCount, props, bufSize, length, params); in GetProgramResourceiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_1_autogen.h45 GLuint index, GLsizei propCount, const GLenum *props, \
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp651 GLsizei propCount, in GL_GetProgramResourceiv() argument
662 index, propCount, (uintptr_t)props, bufSize, (uintptr_t)length, (uintptr_t)params); in GL_GetProgramResourceiv()
671 programPacked, programInterface, index, propCount, props, in GL_GetProgramResourceiv()
675 context->getProgramResourceiv(programPacked, programInterface, index, propCount, props, in GL_GetProgramResourceiv()
679 index, propCount, props, bufSize, length, params); in GL_GetProgramResourceiv()

1234