OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrixMode
(Results
1 - 15
of
15
) sorted by null
/development/ndk/platforms/android-24/include/GLES2/
gl2ext.h
[
all
...]
/external/swiftshader/include/GLES2/
gl2ext.h
[
all
...]
/frameworks/native/opengl/include/GLES2/
gl2ext.h
[
all
...]
/frameworks/native/opengl/libagl/
matrix.cpp
74
c->transforms.
matrixMode
= GL_MODELVIEW;
497
switch (
matrixMode
) {
927
c->transforms.
matrixMode
= mode;
context.h
511
GLenum
matrixMode
;
/external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc
[
all
...]
mojo_gles2_impl_autogen.h
[
all
...]
/external/swiftshader/src/OpenGL/libGLES_CM/
Context.h
638
GLenum
matrixMode
;
Context.cpp
194
matrixMode
= GL_MODELVIEW;
[
all
...]
/external/swiftshader/src/OpenGL/libGL/
Context.cpp
168
matrixMode
= GL_MODELVIEW;
[
all
...]
Context.h
793
GLenum
matrixMode
;
/frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java
407
private String getMatrixMode(int
matrixMode
) {
408
switch (
matrixMode
) {
416
return getHex(
matrixMode
);
[
all
...]
/external/skia/include/gpu/gl/
GrGLFunctions.h
191
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum
matrixMode
, const GrGLfloat* m);
[
all
...]
/external/skia/src/gpu/gl/
GrGLTestInterface.h
184
virtual GrGLvoid matrixLoadf(GrGLenum
matrixMode
, const GrGLfloat* m) {}
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h
[
all
...]
Completed in 778 milliseconds