OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
469
mTexPosHandle
= glGetAttribLocation(mProgram[i], "vTexPos");
Completed in 50 milliseconds