/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | GlProgram.java | 40 private final int programId; field in GlProgram 109 private static void addShader(int programId, int type, String glsl) { in addShader() 125 private static int getAttributeLocation(int programId, String attributeName) { in getAttributeLocation() 134 private static int getUniformLocation(int programId, String uniformName) { in getUniformLocation() 223 public static Attribute create(int programId, int index) { in create() 295 public static Uniform create(int programId, int index) { in create()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | GlUtil.java | 64 private final int programId; field in GlUtil.Program 379 private static void addShader(int programId, int type, String glsl) { in addShader() 395 private static int getAttributeLocation(int programId, String attributeName) { in getAttributeLocation() 399 private static int getUniformLocation(int programId, String uniformName) { in getUniformLocation() 432 public static Attribute create(int programId, int index) { in create() 504 public static Uniform create(int programId, int index) { in create()
|
/external/skia/src/gpu/ganesh/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 22 GrGLuint programId, in GrGLCompileAndAttachShader()
|
D | GrGLProgramBuilder.cpp | 107 GrGLuint programId, in compileAndAttachShaders()
|
/external/intel-media-driver/media_driver/agnostic/common/cm/ |
D | cm_program.cpp | 63 …nst uint32_t cisaCodeSize, CmProgramRT*& pProgram, const char* options, const uint32_t programId ) in Create() 130 CmProgramRT::CmProgramRT( CmDeviceRT* device, uint32_t programId ): in CmProgramRT()
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 576 const uint32_t programId = ctx.createProgram(&program); in testRender() local 734 const uint32_t programId = ctx.createProgram(&program); in testRender() local 1000 const uint32_t programId = ctx.createProgram(&program); in testRender() local 1248 const uint32_t programId = ctx.createProgram(&program); in render() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 573 const uint32_t programId = ctx.createProgram(&program); in testRender() local 731 const uint32_t programId = ctx.createProgram(&program); in testRender() local 996 const uint32_t programId = ctx.createProgram(&program); in testRender() local 1244 const uint32_t programId = ctx.createProgram(&program); in render() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcLayoutLocationTests.cpp | 467 uint32_t programId = program.getProgram(); in iterate() local
|
D | glcTextureRepeatModeTests.cpp | 1663 GLint programId = program.getProgram(); in iterate() local
|
D | glcCompressedFormatTests.cpp | 390 GLuint SharedData::programId() const in programId() function in glcts::__anon8e6d32480111::SharedData
|
D | glcPackedDepthStencilTests.cpp | 648 bool BaseTest::setTextureUniform(GLuint programId) in setTextureUniform()
|
D | glcInternalformatTests.cpp | 1445 void RenderbufferCase::renderColoredQuad(GLuint programId, const float *positions) const in renderColoredQuad()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 957 GLuint programId = 0; in testDeleteUsed() local
|
/external/angle/src/libANGLE/ |
D | validationES31.cpp | 1741 ShaderProgramID programId) in ValidateUseProgramStagesBase() 1814 ShaderProgramID programId) in ValidateActiveShaderProgramBase()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 344 uint32_t programId = testProgram.getProgram(); in renderQuad() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 2272 const GLuint programId = ctx.createProgram(&program); in renderWithContext() local 2647 const GLuint programId = m_ctx->createProgram(m_program); in iterate() local
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 7737 gl::ShaderProgramID programId; in maybeCapturePostCallUpdates() local
|