HomeSort by relevance Sort by last modified time
    Searched defs:mode_rgb (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBase.hpp 59 glw::GLenum mode_rgb; member in class:glcts::DrawBuffersIndexedBase::BlendMaskState
72 , mode_rgb(GL_FUNC_ADD)
  /external/mesa3d/src/mesa/main/
texstate.c 166 GLenum mode_rgb; local
202 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : mode;
207 mode_rgb = GL_INTERPOLATE;
227 mode_rgb = GL_REPLACE;
236 mode_rgb = GL_INTERPOLATE;
241 mode_rgb = GL_REPLACE;
264 mode_rgb = (texBaseFormat == GL_ALPHA) ? GL_REPLACE : GL_ADD;
276 ? mode_rgb : GL_REPLACE;

Completed in 185 milliseconds