Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLUtils.java52 public static int createProgram(@NonNull String vertexShaderCode, in createProgram() method in OpenGLUtils
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
H A DGLHelper.java54 public static int createProgram(String vertexShaderSource, String fragmentShaderSource) { in createProgram() method in GLHelper
/aosp12/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
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.cpp64 GLuint Renderer::createProgram(const char* pVertexSource, const char* pFragmentSource) in createProgram() function in Renderer
/aosp12/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp68 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/
H A DGLES20TriangleRenderer.java172 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
/aosp12/frameworks/native/libs/gui/tests/
H A DGLTest.cpp295 void GLTest::createProgram(const char* pVertexSource, in createProgram() function in android::GLTest
/aosp12/frameworks/av/cmds/screenrecord/
H A DProgram.cpp112 status_t Program::createProgram(GLuint* outPgm, const char* vertexShader, in createProgram() function in Program
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java186 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in TestLatencyView.Renderer
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java281 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLDepthTestActivity.GLES20TriangleRenderer
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java252 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in MyRenderer
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp65 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp111 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp118 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp12/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java399 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in CamRenderer
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java619 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in VideoDumpView.VideoDumpRenderer
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java704 private static int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in ImageShader