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

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 189 ES2F_ADD_API_CASE(front_face, "Invalid glFrontFace() usage",
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 285 void front_face (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
494 {front_face, "front_face", "Invalid glFrontFace() usage" },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 190 ES3F_ADD_API_CASE(front_face, "Invalid glFrontFace() usage",
  /external/mesa3d/src/compiler/nir/
nir_intrinsics.h 307 SYSTEM_VALUE(front_face, 1, 0, xx, xx, xx)
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 293 ADD_ARG_CASE1(front_face, "Test cost of glFrontFace() calls",
es2pRedundantStateChangeTests.cpp 812 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
es2pStateChangeTests.cpp 906 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 328 ADD_ARG_CASE1(front_face, "Test cost of glFrontFace() calls",
es3pRedundantStateChangeTests.cpp 886 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
es3pStateChangeTests.cpp 990 ADD_TESTCASE(front_face, "Change front face.",
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 85 LLVMValueRef front_face; member in struct:nir_to_llvm_context
537 ctx->front_face = LLVMGetParam(ctx->main_function, arg_idx++);
    [all...]

Completed in 775 milliseconds