Home
last modified time | relevance | path

Searched refs:GL_STENCIL (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h533 #define GL_STENCIL 0x1802 macro
Dgl31.h533 #define GL_STENCIL 0x1802 macro
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp849 case GL_STENCIL: in clearBufferNumElts()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4478 …SET_ERROR_IF(buffer == GL_DEPTH || buffer == GL_STENCIL || buffer == GL_DEPTH_STENCIL, GL_INVALID_… in s_glClearBufferuiv()
4486 SET_ERROR_IF(buffer == GL_STENCIL || buffer == GL_DEPTH_STENCIL, GL_INVALID_ENUM); in s_glClearBufferfv()