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

  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 47 static int getInteger (const glw::Functions& gl, deUint32 pname)
50 gl.getIntegerv(pname, &value);
51 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
55 template<deUint32 Pname>
58 return getInteger(gl, Pname);
61 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname)
64 gl.getIntegerv(pname, &value);
65 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
66 TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to be divisible by 4").c_str());
70 template<deUint32 Pname>
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 276 Entry **Pname; /* symbolic predicate names MR11 */
antlr.g     [all...]
antlr.c 872 predEntry=(PredEntry *) hash_get(Pname,name);
930 hash_add(Pname,name,(Entry *)predEntry);
946 hash_add(Pname,name,(Entry *)predEntry);
1118 predEntry=(PredEntry *) hash_get(Pname,name);
    [all...]
proto.h 96 **Pname; /* MR11 */
    [all...]
build.c 132 predEntry=(PredEntry *)hash_get(Pname,key);
main.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 57 static int getInteger (const glw::Functions& gl, deUint32 pname)
60 gl.getIntegerv(pname, &value);
61 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
65 template<deUint32 Pname>
68 return getInteger(gl, Pname);
71 static int getVectorsFromComps (const glw::Functions& gl, deUint32 pname)
74 gl.getIntegerv(pname, &value);
75 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
80 template<deUint32 Pname>
83 return getVectorsFromComps(gl, Pname);
    [all...]

Completed in 230 milliseconds