Home
last modified time | relevance | path

Searched defs:createProgram (Results 26 – 50 of 126) sorted by relevance

123456

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DCtsMediaTextureRender.java214 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in CtsMediaTextureRender
/aosp_15_r20/cts/tests/tests/mediastress/src/android/mediastress/cts/
H A DSurfaceTextureRenderer.java261 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in SurfaceTextureRenderer
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DTextureRender.java221 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in TextureRender
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DTextureRender.java242 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in TextureRender
/aosp_15_r20/hardware/google/gfxstream/host/gl/glsnapshot/
DGLSnapshot.cpp114 GLuint GLSnapshotState::createProgram(GLuint program) { in createProgram() function in gfxstream::gl::snapshot::GLSnapshotState
/aosp_15_r20/frameworks/av/cmds/screenrecord/
H A DProgram.cpp112 status_t Program::createProgram(GLuint* outPgm, const char* vertexShader, in createProgram() function in Program
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DGLTest.cpp287 void GLTest::createProgram(const char* pVertexSource, in createProgram() function in android::GLTest
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityTests.cpp356 bool gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::createProgram(const struct Shade… in createProgram() function in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
H A Dgl4cContextFlushControlTests.cpp550 void gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::createProgram() in createProgram() function in gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
H A Dgl4cConditionalRenderInvertedTests.cpp359 void gl4cts::ConditionalRenderInverted::FunctionalTest::createProgram() in createProgram() function in gl4cts::ConditionalRenderInverted::FunctionalTest
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java281 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in GLDepthTestActivity.GLES20TriangleRenderer
/aosp_15_r20/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
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DEglConfigGLSurfaceView.java161 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in EglConfigGLSurfaceView.Renderer20
H A DCompressedTextureSurfaceView.java354 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in CompressedTextureSurfaceView.CompressedTextureRender
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp742 GLuint createProgram() in createProgram() function in __anona395f80f0111::EGLPreRotationBlitFramebufferTest
2347 GLuint createProgram() in createProgram() function in __anona395f80f0111::EGLPreRotationInterpolateAtOffsetTest
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DGLUtils.cpp155 GLuint GLUtils::createProgram(const char** vertexSource, const char** fragmentSource) { in createProgram() function in GLUtils
/aosp_15_r20/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp65 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp_15_r20/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp111 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp_15_r20/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp102 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp_15_r20/cts/tests/tests/openglperf/src/android/openglperf/cts/
H A DPlanetsRenderer.java319 private int createProgram(String vertexSource, String fragmentSource) { in createProgram() method in PlanetsRenderer
/aosp_15_r20/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp118 GLuint createProgram(const char* pVertexSource, const char* pFragmentSource) { in createProgram() function
/aosp_15_r20/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
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DMultiviewPerf.cpp180 void createProgram(const char *vs, const char *fs) in createProgram() function in __anona6d097080111::MultiviewBenchmark
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/
H A DGrGLProgramBuilder.cpp447 sk_sp<GrGLProgram> GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram() function in GrGLProgramBuilder

123456