HomeSort by relevance Sort by last modified time
    Searched refs:GL_CON_0_ATI (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 354 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) {
355 if (shader->LocalConstDef & (1 << (index - GL_CON_0_ATI))) {
357 shader->Constants[index - GL_CON_0_ATI]);
360 ctx->ATIFragmentShader.GlobalConstants[index - GL_CON_0_ATI]);
  /external/mesa3d/src/mesa/main/
atifragshader.c 186 if (((arg < GL_CON_0_ATI) || (arg > GL_CON_7_ATI)) &&
672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) &&
673 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) &&
674 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) &&
778 if ((dst < GL_CON_0_ATI) || (dst > GL_CON_7_ATI)) {
784 dstindex = dst - GL_CON_0_ATI;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 77 else if (index >= GL_CON_0_ATI && index <= GL_CON_7_ATI) {
80 reg2 |= (index - GL_CON_0_ATI) << R200_TXC_TFACTOR_SEL_SHIFT;
85 reg2 |= (index - GL_CON_0_ATI) << R200_TXC_TFACTOR1_SEL_SHIFT;
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 182 milliseconds