/external/angle/src/tests/perf_tests/ |
D | LinkProgramPerfTest.cpp | 121 glMaxShaderCompilerThreadsKHR(0); in initializeBenchmark()
|
/external/angle/src/tests/gl_tests/ |
D | ParallelShaderCompileTest.cpp | 394 glMaxShaderCompilerThreadsKHR(8); in TEST_P()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 46 …pilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderCompilerThreadsKHR");
|
D | glwInitExtGL.inl | 37 …pilerThreadsKHR = (glMaxShaderCompilerThreadsKHRFunc) loader->get("glMaxShaderCompilerThreadsKHR");
|
D | glwApi.inl | 466 #define glMaxShaderCompilerThreadsKHR glwMaxShaderCompilerThreadsKHR macro
|
/external/angle/src/libGLESv2/ |
D | opengl32_autogen.def | 1029 glMaxShaderCompilerThreadsKHR
|
D | libGLESv2_autogen.def | 1037 glMaxShaderCompilerThreadsKHR
|
D | libGLESv2_with_capture_autogen.def | 1037 glMaxShaderCompilerThreadsKHR
|
D | libGLESv2_vulkan_secondaries_autogen.def | 1037 glMaxShaderCompilerThreadsKHR
|
D | libGLESv2_no_capture_autogen.def | 1037 glMaxShaderCompilerThreadsKHR
|
D | opengl32_with_wgl_autogen.def | 1025 glMaxShaderCompilerThreadsKHR
|
D | libGLESv2_autogen.cpp | 5286 void GL_APIENTRY glMaxShaderCompilerThreadsKHR(GLuint count) in glMaxShaderCompilerThreadsKHR() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 466 gl->maxShaderCompilerThreadsKHR = glMaxShaderCompilerThreadsKHR;
|
D | tcuNullRenderContextFuncs.inl | 3902 GLW_APICALL void GLW_APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count) function
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 1540 "glMaxShaderCompilerThreadsKHR",
|
/external/angle/util/capture/ |
D | trace_gles_loader_autogen.h | 766 #define glMaxShaderCompilerThreadsKHR t_glMaxShaderCompilerThreadsKHR macro
|
D | frame_capture_replay_autogen.cpp | 2337 glMaxShaderCompilerThreadsKHR(captures[0].value.GLuintVal); in ReplayTraceFunctionCall()
|
/external/angle/util/ |
D | gles_loader_autogen.h | 766 #define glMaxShaderCompilerThreadsKHR l_glMaxShaderCompilerThreadsKHR macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 466 void glMaxShaderCompilerThreadsKHR (glw::GLuint count);
|
D | gluCallLogWrapper.inl | 3462 void CallLogWrapper::glMaxShaderCompilerThreadsKHR (glw::GLuint count) function in CallLogWrapper 3465 …m_log << TestLog::Message << "glMaxShaderCompilerThreadsKHR(" << count << ");" << TestLog::EndMess…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 149 GL_APICALL void GL_APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 149 GL_APICALL void GL_APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 3877 GLAPI void APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
|
D | glext.h | 4974 GLAPI void APIENTRY glMaxShaderCompilerThreadsKHR (GLuint count);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 13964 …r = ((glMaxShaderCompilerThreadsKHR = (PFNGLMAXSHADERCOMPILERTHREADSKHRPROC)glewGetProcAddress((co… in _glewInit_GL_KHR_parallel_shader_compile()
|