Searched defs:programId (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/builders/
H A DGrGLGeometryShaderBuilder.cpp38 bool GrGLGeometryBuilder::compileAndAttachShaders(GrGLuint programId, argument
H A DGrGLShaderStringBuilder.cpp21 GrGLuint programId,
92 GR_GL_CALL(gli, AttachShader(programId, shaderId));
20 GrGLCompileAndAttachShader(const GrGLContext& glCtx, GrGLuint programId, GrGLenum type, const char** strings, int* lengths, int count, GrGpu::Stats* stats) argument
H A DGrGLVertexShaderBuilder.cpp82 GrGLVertexBuilder::compileAndAttachShaders(GrGLuint programId, SkTDArray<GrGLuint>* shaderIds) { argument
88 return this->finalize(programId, GR_GL_VERTEX_SHADER, shaderIds);
H A DGrGLFragmentShaderBuilder.cpp269 bool GrGLFragmentShaderBuilder::compileAndAttachShaders(GrGLuint programId, argument
283 return this->finalize(programId, GR_GL_FRAGMENT_SHADER, shaderIds);
H A DGrGLShaderBuilder.cpp203 GrGLShaderBuilder::finalize(GrGLuint programId, GrGLenum type, SkTDArray<GrGLuint>* shaderIds) { argument
215 programId,
/external/skia/src/gpu/gl/
H A DGrGLPathProcessor.cpp92 void GrGLPathProcessor::resolveSeparableVaryings(GrGLGpu* gpu, GrGLuint programId) { argument
98 GetProgramResourceLocation(programId,
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp541 const deUint32 programId = ctx.createProgram(&program); local
542 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
543 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
544 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
550 ctx.useProgram (programId);
558 ctx.deleteProgram (programId);
680 const deUint32 programId = ctx.createProgram(&program); local
681 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
682 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
688 ctx.useProgram (programId);
908 const deUint32 programId = ctx.createProgram(&program); local
1139 const deUint32 programId = ctx.createProgram(&program); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp544 const deUint32 programId = ctx.createProgram(&program); local
545 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
546 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
547 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
553 ctx.useProgram (programId);
561 ctx.deleteProgram (programId);
683 const deUint32 programId = ctx.createProgram(&program); local
684 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
685 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
691 ctx.useProgram (programId);
912 const deUint32 programId = ctx.createProgram(&program); local
1143 const deUint32 programId = ctx.createProgram(&program); local
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp846 GLuint programId = 0; local
856 programId = program.getProgram();
858 log() << TestLog::Message << "// Created and linked program " << programId
860 GLU_CHECK_CALL_ERROR(glUseProgram(programId), gl().getError());
862 log() << TestLog::Message << "// Deleted program " << programId
865 TCU_CHECK(glIsProgram(programId));
868 glGetProgramiv(programId, GL_DELETE_STATUS, &deleteFlagged);
872 errors.check(!gl().isProgram(programId),
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2021 const GLuint programId = ctx.createProgram(&program); local
2022 const GLint attrPosLoc = ctx.getAttribLocation(programId, "a_position");
2023 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName);
2066 ctx.useProgram(programId);
2069 preRender(ctx, programId);
2093 postRender(ctx, programId);
2306 const GLuint programId = m_ctx->createProgram(m_program); local
2307 const GLint attrPosLoc = m_ctx->getAttribLocation(programId, "a_position");
2328 m_ctx->useProgram(programId);

Completed in 224 milliseconds