HomeSort by relevance Sort by last modified time
    Searched refs:valUint (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 101 GLuint valUint = 0;
106 glVertexAttribI4ui(maxVertexAttribs, valUint, valUint, valUint, valUint);
114 GLuint valUint[4] = { 0 };
119 glVertexAttribI4uiv(maxVertexAttribs, &valUint[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 104 GLuint valUint = 0;
109 ctx.glVertexAttribI4ui(maxVertexAttribs, valUint, valUint, valUint, valUint);
118 GLuint valUint[4] = { 0 };
123 ctx.glVertexAttribI4uiv(maxVertexAttribs, &valUint[0]);
    [all...]

Completed in 325 milliseconds