Home
last modified time | relevance | path

Searched refs:shaderSource (Results 1 – 14 of 14) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DCompilerPerf.cpp225 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/
DShaderGL.cpp179 functions->shaderSource(mShaderID, 1, &source, nullptr); in compileShader()
DDispatchTableGL_autogen.cpp191 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()
DBlitGL.cpp1306 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()
DDispatchTableGL_autogen.h185 PFNGLSHADERSOURCEPROC shaderSource = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_2_0_autogen.h136 void shaderSource(ShaderProgramID shaderPacked, GLsizei count, const GLchar *const *string, \
DFrameCapture.cpp2514 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()
Dframe_capture_replay_autogen.cpp2602 context->shaderSource( in ReplayCall()
DContext.cpp6580 void Context::shaderSource(ShaderProgramID shader, in shaderSource() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp617 gl->shaderSource(shader, 1, &src, nullptr); in makeShader()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp5370 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/
Dentry_points_gl_2_0_autogen.cpp778 context->shaderSource(shaderPacked, count, string, length); in ShaderSource()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2294 context->shaderSource(shaderPacked, count, string, length); in ShaderSource()
Dentry_points_gles_ext_autogen.cpp20227 context->shaderSource(shaderPacked, count, string, length); in ShaderSourceContextANGLE()