/aosp12/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
|
/aosp12/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
|
/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/ |
H A D | GLHelper.java | 54 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 D | GL2JavaView.java | 112 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 D | Renderer.cpp | 64 GLuint Renderer::createProgram(const char* pVertexSource, const char* pFragmentSource) in createProgram() function in Renderer
|
/aosp12/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
|
/aosp12/frameworks/native/opengl/tests/gldual/jni/ |
H A D | gl_code.cpp | 68 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 D | GLES20TriangleRenderer.java | 172 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLES20TriangleRenderer
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | GLTest.cpp | 295 void GLTest::createProgram(const char* pVertexSource, in createProgram() function in android::GLTest
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | Program.cpp | 112 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 D | TestLatencyView.java | 186 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 D | GLDepthTestActivity.java | 281 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 D | MyGLSurfaceView.java | 252 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in MyRenderer
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | fill_common.cpp | 65 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp12/frameworks/native/opengl/tests/gl2_basic/ |
H A D | gl2_basic.cpp | 111 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/ |
H A D | gl2_copyTexImage.cpp | 102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/ |
H A D | gl2_yuvtex.cpp | 118 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
|
/aosp12/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
H A D | GL2CameraEye.java | 399 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in CamRenderer
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 619 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 D | ImageShader.java | 704 private static int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in ImageShader
|