/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | CompilerPerf.cpp | 225 const char *shaderSource, in CompilerPerfParameters() 227 : CompilerParameters(output), shaderSource(shaderSource) in CompilerPerfParameters() 234 const char *shaderSource; member 288 setTestShader(params.shaderSource); in SetUp()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ShaderGL.cpp | 179 functions->shaderSource(mShaderID, 1, &source, nullptr); in compileShader()
|
D | DispatchTableGL_autogen.cpp | 191 ASSIGN("glShaderSource", shaderSource); in initProcsDesktopGL() 1277 ASSIGN("glShaderSourceARB", shaderSource); in initProcsDesktopGL() 2022 ASSIGN("glShaderSource", shaderSource); in initProcsGLES() 2959 shaderSource = &glShaderSourceNULL; in initProcsDesktopGLNULL() 4043 shaderSource = &glShaderSourceNULL; in initProcsDesktopGLNULL() 4787 shaderSource = &glShaderSourceNULL; in initProcsGLESNULL()
|
D | BlitGL.cpp | 1306 ANGLE_GL_TRY(context, mFunctions->shaderSource(vs, 1, &vsSourceCStr, nullptr)); in getBlitProgram() 1478 ANGLE_GL_TRY(context, mFunctions->shaderSource(fs, 1, &fsSourceCStr, nullptr)); in getBlitProgram()
|
D | DispatchTableGL_autogen.h | 185 PFNGLSHADERSOURCEPROC shaderSource = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 136 void shaderSource(ShaderProgramID shaderPacked, GLsizei count, const GLchar *const *string, \
|
D | FrameCapture.cpp | 2514 std::string shaderSource = shader->getSourceString(); in CaptureMidExecutionSetup() local 2515 const char *sourcePointer = shaderSource.empty() ? nullptr : shaderSource.c_str(); in CaptureMidExecutionSetup() 2526 if (capturedSource != shaderSource) in CaptureMidExecutionSetup() 2536 if (sourcePointer && (!shader->isCompiled() || sourcePointer != shaderSource.c_str())) in CaptureMidExecutionSetup()
|
D | frame_capture_replay_autogen.cpp | 2602 context->shaderSource( in ReplayCall()
|
D | Context.cpp | 6580 void Context::shaderSource(ShaderProgramID shader, in shaderSource() function in gl::Context
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 617 gl->shaderSource(shader, 1, &src, nullptr); in makeShader()
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkDecoderGlobalState.cpp | 5370 SpvFileEntry shaderSource = VkDecoderGlobalState::Impl::loadDecompressionShaderSource( in initDecomp() local 5373 if (!shaderSource.size) { in initDecomp() 5379 shaderInfo.codeSize = shaderSource.size; in initDecomp() 5383 reinterpret_cast<const uint32_t*>(shaderSource.base); in initDecomp()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_2_0_autogen.cpp | 778 context->shaderSource(shaderPacked, count, string, length); in ShaderSource()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 2294 context->shaderSource(shaderPacked, count, string, length); in ShaderSource()
|
D | entry_points_gles_ext_autogen.cpp | 20227 context->shaderSource(shaderPacked, count, string, length); in ShaderSourceContextANGLE()
|