HomeSort by relevance Sort by last modified time
    Searched refs:GL_SHADER_COMPILER (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glheader.h 131 #define GL_SHADER_COMPILER 0x8DFA
  /external/mesa3d/src/mesa/main/
glheader.h 131 #define GL_SHADER_COMPILER 0x8DFA
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 272 case GL_SHADER_COMPILER:
  /external/chromium_org/ui/gl/
gl_bindings.h 55 #define GL_SHADER_COMPILER 0x8DFA
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 204 LIMIT_CASE(shader_compiler, GL_SHADER_COMPILER, Boolean, GL_FALSE);
es2fNegativeShaderApiTests.cpp 81 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
110 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
470 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
    [all...]
es2fNegativeStateApiTests.cpp 146 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
213 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
es2fBooleanStateQueryTests.cpp 473 m_verifier->verifyBooleanAnything(m_testCtx, GL_SHADER_COMPILER);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 272 case GL_SHADER_COMPILER:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 284 public static final int GL_SHADER_COMPILER = 0x8DFA;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 126 GL_SHADER_COMPILER,
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 157 case GL_SHADER_COMPILER:
gles2_cmd_utils_implementation_autogen.h 217 0x8DFA, "GL_SHADER_COMPILER",
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 289 case GL_SHADER_COMPILER:
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 459 LIMIT_CASE(shader_compiler, GL_SHADER_COMPILER, Boolean, GL_TRUE);
es3fNegativeStateApiTests.cpp 209 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
210 m_log << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
262 glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
263 m_log << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
    [all...]
es3fBooleanStateQueryTests.cpp 788 FOR_EACH_VERIFIER(normalVerifiers, addChild(new InitialBooleanTestCase (m_context, verifier, (std::string("shader_compiler") + verifier->getTestNamePostfix()).c_str(), "SHADER_COMPILER", GL_SHADER_COMPILER, true)));
  /external/deqp/framework/opengl/
gluStrUtil.inl     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 209 ctx.glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
210 ctx.getLog() << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
264 ctx.glGetBooleanv(GL_SHADER_COMPILER, &shaderCompilerSupported);
265 ctx.getLog() << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 412 #define GL_SHADER_COMPILER 0x8DFA
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 412 #define GL_SHADER_COMPILER 0x8DFA
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 336 #define GL_SHADER_COMPILER 0x8DFA
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 412 #define GL_SHADER_COMPILER 0x8DFA
  /external/mesa3d/include/GLES2/
gl2.h 412 #define GL_SHADER_COMPILER 0x8DFA
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 284 public static final int GL_SHADER_COMPILER = 0x8DFA;
    [all...]

Completed in 4436 milliseconds

1 2 3 4 5