OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTexMatrixHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h
106
GLint
mTexMatrixHandle
;
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
543
mTexMatrixHandle
= glGetUniformLocation(mPgm, "texMatrix");
545
ASSERT_NE(-1,
mTexMatrixHandle
);
588
glUniformMatrix4fv(
mTexMatrixHandle
, 1, GL_FALSE, texMatrix);
599
GLint
mTexMatrixHandle
;
[
all
...]
Completed in 24 milliseconds