Home
last modified time | relevance | path

Searched refs:texOESInvProgram (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp315 GLint texOESInvProgram = in initGLResources() local
327 || texOESInvProgram == -1 in initGLResources()
397 GLint texOESInvAlpha = glGetUniformLocation(texOESInvProgram, "alpha"); in initGLResources()
398 GLint texOESInvContrast = glGetUniformLocation(texOESInvProgram, "contrast"); in initGLResources()
399 GLint texOESInvPosition = glGetAttribLocation(texOESInvProgram, "vPosition"); in initGLResources()
400 GLint texOESInvProjMtx = glGetUniformLocation(texOESInvProgram, "projectionMatrix"); in initGLResources()
401 GLint texOESInvTexSampler = glGetUniformLocation(texOESInvProgram, "s_texture"); in initGLResources()
402 GLint texOESInvFillPortion = glGetUniformLocation(texOESInvProgram, "fillPortion"); in initGLResources()
404 texOESInvPosition, texOESInvProgram, in initGLResources()