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

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 105 GLint mTexPosHandle;
NativeWindowRenderer.cpp 351 glVertexAttribPointer(mTexPosHandle, 2, GL_FLOAT, GL_FALSE, 0,
355 glEnableVertexAttribArray(mTexPosHandle);
471 mTexPosHandle = glGetAttribLocation(mProgram[i], "vTexPos");

Completed in 1181 milliseconds