Home
last modified time | relevance | path

Searched defs:programId (Results 1 – 17 of 17) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlProgram.java40 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/
DGlUtil.java64 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/
DGrGLShaderStringBuilder.cpp22 GrGLuint programId, in GrGLCompileAndAttachShader()
DGrGLProgramBuilder.cpp107 GrGLuint programId, in compileAndAttachShaders()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_program.cpp63 …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/
Des3fClippingTests.cpp576 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/
Des2fClippingTests.cpp573 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/
DglcLayoutLocationTests.cpp467 uint32_t programId = program.getProgram(); in iterate() local
DglcTextureRepeatModeTests.cpp1663 GLint programId = program.getProgram(); in iterate() local
DglcCompressedFormatTests.cpp390 GLuint SharedData::programId() const in programId() function in glcts::__anon8e6d32480111::SharedData
DglcPackedDepthStencilTests.cpp648 bool BaseTest::setTextureUniform(GLuint programId) in setTextureUniform()
DglcInternalformatTests.cpp1445 void RenderbufferCase::renderColoredQuad(GLuint programId, const float *positions) const in renderColoredQuad()
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp957 GLuint programId = 0; in testDeleteUsed() local
/external/angle/src/libANGLE/
DvalidationES31.cpp1741 ShaderProgramID programId) in ValidateUseProgramStagesBase()
1814 ShaderProgramID programId) in ValidateActiveShaderProgramBase()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp344 uint32_t programId = testProgram.getProgram(); in renderQuad() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2272 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/
DFrameCapture.cpp7737 gl::ShaderProgramID programId; in maybeCapturePostCallUpdates() local