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

  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h 105 GLint mTexPosHandle;
NativeWindowRenderer.cpp 352 glVertexAttribPointer(mTexPosHandle, 2, GL_FLOAT, GL_FALSE, 0,
356 glEnableVertexAttribArray(mTexPosHandle);
472 mTexPosHandle = glGetAttribLocation(mProgram[i], "vTexPos");

Completed in 1105 milliseconds