Home
last modified time | relevance | path

Searched defs:compileShader (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp1786 …tisampleTextureFunctionalTestsSampleMaskingForNonIntegerColorRenderableTexturesTest::compileShader( in compileShader() function in glcts::MultisampleTextureFunctionalTestsSampleMaskingForNonIntegerColorRenderableTexturesTest
2370 void MultisampleTextureFunctionalTestsSampleMaskingTexturesTest::compileShader(glw::GLuint id, in compileShader() function in glcts::MultisampleTextureFunctionalTestsSampleMaskingTexturesTest
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DShaderHelper.java140 public static int compileShader(final int shaderType, final String shaderSource) { in compileShader() method in ShaderHelper
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/filters/
H A DGenericProgram.cpp65 GLuint GenericProgram::compileShader(GLuint type, string src) const { in compileShader() function in android::renderengine::gl::GenericProgram
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DShaderUtils.cpp44 GLuint compileShader(GLenum shaderType, const char* src) { in compileShader() function
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DGlShader.java21 private static int compileShader(int shaderType, String source) { in compileShader() method in GlShader
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/blurredbackground/
DGLHelper.java184 private static int compileShader(int shaderType, String shaderSource) { in compileShader() method in GLHelper
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/
H A DEglProgram.cc127 GLuint compileShader(GLenum shaderType, const char* src) { in compileShader() function
/aosp_15_r20/external/zstd/build/single_file_libs/examples/
H A Demscripten.c139 static GLuint compileShader(GLenum const type, const GLchar* text) { in compileShader() function
/aosp_15_r20/frameworks/av/cmds/screenrecord/
H A DProgram.cpp137 status_t Program::compileShader(GLenum shaderType, const char* src, in compileShader() function in Program
/aosp_15_r20/frameworks/native/cmds/flatland/
H A DGLHelper.cpp295 static bool compileShader(GLenum shaderType, const char* src, in compileShader() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/
H A DGrGLProgramBuilder.cpp497 auto compileShader = [&](SkSL::ProgramKind kind, const std::string& sksl, GrGLenum type) { in PrecompileProgram() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1269 …istance::Utility::Program::CompilationStatus gl3cts::ClipDistance::Utility::Program::compileShader( in compileShader() function in gl3cts::ClipDistance::Utility::Program
H A Dgl4cGPUShaderFP64Tests.cpp9069 bool GPUShaderFP64Test7::compileShader(glw::GLint shader_id, const std::string &body) in compileShader() function in gl4cts::GPUShaderFP64Test7
/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1Renderer.cpp643 angle::Result GLES1Renderer::compileShader(Context *context, in compileShader() function in gl::GLES1Renderer
H A DContext.cpp6896 void Context::compileShader(ShaderProgramID shader) in compileShader() function in gl::Context
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1750 bool ShaderCompilerCase::compileShader(uint32_t shader) const in compileShader() function in deqp::gles2::Performance::ShaderCompilerCase
2506 bool InvalidShaderCompilerCase::compileShader(uint32_t shader) const in compileShader() function in deqp::gles2::Performance::InvalidShaderCompilerCase
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp1767 bool ShaderCompilerCase::compileShader(uint32_t shader) const in compileShader() function in deqp::gles3::Performance::ShaderCompilerCase
2523 bool InvalidShaderCompilerCase::compileShader(uint32_t shader) const in compileShader() function in deqp::gles3::Performance::InvalidShaderCompilerCase
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp220 static inline bool compileShader(const uint32_t shaderGL) in compileShader() function
/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp745 GLuint compileShader(GLenum shaderType, const GLchar *source) { in compileShader() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h157 PFNGLCOMPILESHADERPROC compileShader = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl82 glCompileShaderFunc compileShader; variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp446 bool compileShader(const char *source, GLenum shaderType) in compileShader() function in ShaderInfoLog
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4443 static GLuint compileShader(GLDispatch* gl, in compileShader() function