Searched defs:fragShaderId (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp239 GrGLuint fragShaderId = GrGLCompileAndAttachShader(gpu->glContext(), programId, local
242 if (!fragShaderId) {
246 *shaderIds->append() = fragShaderId;
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp797 GrGLuint fragShaderId = attach_shader(fGpu->glContext(), programId, GR_GL_FRAGMENT_SHADER, fragShaderSrc); local
798 if (!fragShaderId) {
802 *shaderIds->append() = fragShaderId;

Completed in 238 milliseconds