Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 25 of 126) sorted by relevance

123456

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferActiveUniformValidation.cpp528 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 Dopenglsupport.cpp96 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 DShaderCopy.kt292 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 Des31cLayoutBindingTests.cpp1970 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 DGLToolbox.java39 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/
DGLToolbox.java39 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 DGLToolbox.java39 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 DGLToolbox.java41 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 DToRGBAFilter.java63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ToRGBAFilter
H A DToRGBFilter.java63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ToRGBFilter
H A DCropFilter.java87 protected void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in CropFilter
H A DResizeFilter.java68 protected void createProgram(FilterContext context, FrameFormat format) { in createProgram() method in ResizeFilter
/aosp_15_r20/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLUtils.java52 public static int createProgram(@NonNull String vertexShaderCode, in createProgram() method in OpenGLUtils
/aosp_15_r20/external/angle/src/tests/
H A Dangle_unittests_utils.h29 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/
DGLHelper.java52 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 DGL2JavaView.java112 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/
DRenderer.cpp64 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 Dshader.c58 static GLuint createProgram(const char *srcVertex, const char * srcFragment) in createProgram() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp443 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 Dgl_code.cpp68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp_15_r20/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp68 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/
DGLES20TriangleRenderer.java172 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 DGLES20TriangleRenderer.java172 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/
H A DTextureRender.java208 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 DGLES20TriangleRenderer.java174 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer

123456