Searched defs:GL_FRAGMENT_SHADER (Results 1 – 5 of 5) sorted by relevance
219 #define GL_FRAGMENT_SHADER 0x8B30 macro
221 #define GL_FRAGMENT_SHADER 0x8B30 macro
165 public static final int GL_FRAGMENT_SHADER = 0x8B30; field in GLES20