/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferActiveUniformValidation.cpp | 528 void TextureBufferActiveUniformValidationVSFS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationVSFS 663 void TextureBufferActiveUniformValidationCS::createProgram(void) in createProgram() function in glcts::TextureBufferActiveUniformValidationCS
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | openglsupport.cpp | 96 GLint createProgram(const char* vtx, const char* frg, bool print_errors = true) in createProgram() function 157 GLint createProgram(const std::string& vtx, const std::string& frg, bool print_errors = true) in createProgram() function
|
/aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/java/com/google/jetpackcamera/core/camera/effects/ |
H A D | ShaderCopy.kt | 292 private fun createProgram(vertShader: String, fragShader: String) { in <lambda>() method in com.google.jetpackcamera.core.camera.effects.ShaderCopy
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 1970 LayoutBindingProgram *createProgram() in createProgram() function in glcts::SamplerLayoutBindingCase 2059 LayoutBindingProgram *createProgram() in createProgram() function in glcts::ImageLayoutBindingCase 2272 LayoutBindingProgram *createProgram() in createProgram() function in glcts::AtomicCounterLayoutBindingCase 3002 LayoutBindingProgram *createProgram() in createProgram() function in glcts::UniformBlocksLayoutBindingCase 3193 LayoutBindingProgram *createProgram() in createProgram() function in glcts::ShaderStorageBufferLayoutBindingCase
|
/aosp_15_r20/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/ |
H A D | GLToolbox.java | 39 public static int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLToolbox
|
/aosp_15_r20/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/ |
D | GLToolbox.java | 39 public static int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLToolbox
|
/aosp_15_r20/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
H A D | GLToolbox.java | 39 public static int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLToolbox
|
/aosp_15_r20/development/samples/HelloEffects/src/com/example/android/mediafx/ |
H A D | GLToolbox.java | 41 public static int createProgram(String vertexSource, in createProgram() method in GLToolbox
|
/aosp_15_r20/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | ToRGBAFilter.java | 63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ToRGBAFilter
|
H A D | ToRGBFilter.java | 63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ToRGBFilter
|
H A D | CropFilter.java | 87 protected void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in CropFilter
|
H A D | ResizeFilter.java | 68 protected void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ResizeFilter
|
/aosp_15_r20/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | OpenGLUtils.java | 52 public static int createProgram(@NonNull String vertexShaderCode, in createProgram() method in OpenGLUtils
|
/aosp_15_r20/external/angle/src/tests/ |
H A D | angle_unittests_utils.h | 29 ProgramImpl *createProgram(const gl::ProgramState &data) override { return nullptr; } in createProgram() function
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/blurredbackground/ |
D | GLHelper.java | 52 public static int createProgram(String vertexShaderSource, String fragmentShaderSource) { in createProgram() method in GLHelper
|
/aosp_15_r20/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
H A D | GL2JavaView.java | 112 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GL2JavaView.Renderer
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 64 GLuint Renderer::createProgram(const char* pVertexSource, const char* pFragmentSource) in createProgram() function in Renderer
|
/aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | shader.c | 58 static GLuint createProgram(const char *srcVertex, const char * srcFragment) in createProgram() function
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 443 glu::ShaderProgram *VertexArrayObjectTest::createProgram(const VertexArrayState &state) in createProgram() function in deqp::gles3::Functional::VertexArrayObjectTest 1112 glu::ShaderProgram *MultiVertexArrayObjectTest::createProgram(const VertexArrayState &state) in createProgram() function in deqp::gles3::Functional::MultiVertexArrayObjectTest
|
/aosp_15_r20/frameworks/native/opengl/tests/gl2_jni/jni/ |
H A D | gl_code.cpp | 68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp_15_r20/frameworks/native/opengl/tests/gldual/jni/ |
H A D | gl_code.cpp | 68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp_15_r20/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/ |
D | GLES20TriangleRenderer.java | 172 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
|
/aosp_15_r20/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
H A D | GLES20TriangleRenderer.java | 172 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
|
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/ |
H A D | TextureRender.java | 208 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in TextureRender
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | GLES20TriangleRenderer.java | 174 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
|