Home
last modified time | relevance | path

Searched refs:GL_COORD_REPLACE_OES (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DPointSpriteTest.cpp40 glTexEnvi(GL_POINT_SPRITE_OES, GL_COORD_REPLACE_OES, GL_TRUE); in TEST_P()
/external/angle/src/common/
DPackedGLEnums_autogen.cpp1679 case GL_COORD_REPLACE_OES: in FromGLenum()
1727 return GL_COORD_REPLACE_OES; in ToGLenum()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h587 #define GL_COORD_REPLACE_OES 0x8862 macro
/external/swiftshader/include/GLES/
Dgl.h577 #define GL_COORD_REPLACE_OES 0x8862 macro
/external/mesa3d/include/GLES/
Dgl.h577 #define GL_COORD_REPLACE_OES 0x8862 macro
/external/angle/include/GLES/
Dgl.h730 #define GL_COORD_REPLACE_OES 0x8862 macro
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs3927 pub const GL_COORD_REPLACE_OES: u32 = 34914; constant