| /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 | 57 GrGLuint programId, in GrGLCompileAndAttachShader()
|
| D | GrGLProgramBuilder.cpp | 101 GrGLuint programId, in compileAndAttachShaders()
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fClippingTests.cpp | 541 const deUint32 programId = ctx.createProgram(&program); in testRender() local 680 const deUint32 programId = ctx.createProgram(&program); in testRender() local 908 const deUint32 programId = ctx.createProgram(&program); in testRender() local 1139 const deUint32 programId = ctx.createProgram(&program); in render() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fClippingTests.cpp | 544 const deUint32 programId = ctx.createProgram(&program); in testRender() local 683 const deUint32 programId = ctx.createProgram(&program); in testRender() local 912 const deUint32 programId = ctx.createProgram(&program); in testRender() local 1143 const deUint32 programId = ctx.createProgram(&program); in render() local
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcLayoutLocationTests.cpp | 464 deUint32 programId = program.getProgram(); in iterate() local
|
| D | glcTextureRepeatModeTests.cpp | 1292 GLint programId = program.getProgram(); in iterate() local
|
| D | glcCompressedFormatTests.cpp | 374 GLuint SharedData::programId () const in programId() function in glcts::__anon209c35970111::SharedData
|
| D | glcPackedDepthStencilTests.cpp | 645 bool BaseTest::setTextureUniform(GLuint programId) in setTextureUniform()
|
| D | glcInternalformatTests.cpp | 1436 void RenderbufferCase::renderColoredQuad(GLuint programId, const float* positions) const in renderColoredQuad()
|
| /external/deqp/modules/glshared/ |
| D | glsLifetimeTests.cpp | 1008 GLuint programId = 0; in testDeleteUsed() local
|
| /external/angle/src/libANGLE/ |
| D | validationES31.cpp | 1732 ShaderProgramID programId) in ValidateUseProgramStagesBase() 1805 ShaderProgramID programId) in ValidateActiveShaderProgramBase()
|
| /external/deqp/external/openglcts/modules/gles2/ |
| D | es2cTexture3DTests.cpp | 340 deUint32 programId = testProgram.getProgram(); in renderQuad() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fGeometryShaderTests.cpp | 2064 const GLuint programId = ctx.createProgram(&program); in renderWithContext() local 2423 const GLuint programId = m_ctx->createProgram(m_program); in iterate() local
|
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 7920 gl::ShaderProgramID programId; in maybeCapturePostCallUpdates() local
|