HomeSort by relevance Sort by last modified time
    Searched refs:mAlphaPlaneLoc (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
Program.h 83 GLint mAlphaPlaneLoc;
Program.cpp 66 mAlphaPlaneLoc = glGetUniformLocation(programId, "alphaPlane");
135 if (mAlphaPlaneLoc >= 0) {
136 glUniform1f(mAlphaPlaneLoc, desc.mPlaneAlpha);

Completed in 390 milliseconds