OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_DST_COLOR
(Results
1 - 25
of
47
) sorted by null
1
2
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp
30
case
GL_DST_COLOR
:
53
case
GL_DST_COLOR
:
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp
51
case
GL_DST_COLOR
:
/frameworks/base/libs/rs/driver/
rsdProgramStore.cpp
93
drv->blendSrc =
GL_DST_COLOR
;
/external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp
99
SWITCH_LINE(
GL_DST_COLOR
);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp
444
case
GL_DST_COLOR
: d3dBlend = D3DBLEND_DESTCOLOR; break;
libGLESv2.cpp
352
case
GL_DST_COLOR
:
374
case
GL_DST_COLOR
:
395
case
GL_DST_COLOR
:
417
case
GL_DST_COLOR
:
[
all
...]
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java
44
GL_DST_COLOR
(0x0306),
/frameworks/base/opengl/java/android/opengl/
GLES10.java
63
public static final int
GL_DST_COLOR
= 0x0306;
[
all
...]
GLES20.java
46
public static final int
GL_DST_COLOR
= 0x0306;
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
61
int
GL_DST_COLOR
= 0x0306;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java
44
GL_DST_COLOR
(0x0306),
/development/ndk/platforms/android-4/include/GLES/
gl.h
86
#define
GL_DST_COLOR
0x0306
[
all
...]
/development/ndk/platforms/android-5/include/GLES2/
gl2.h
84
#define
GL_DST_COLOR
0x0306
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h
87
#define
GL_DST_COLOR
0x0306
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h
85
#define
GL_DST_COLOR
0x0306
/external/mesa3d/include/GLES2/
gl2.h
85
#define
GL_DST_COLOR
0x0306
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h
85
#define
GL_DST_COLOR
0x0306
/frameworks/base/opengl/include/GLES/
gl.h
87
#define
GL_DST_COLOR
0x0306
[
all
...]
/frameworks/base/opengl/include/GLES2/
gl2.h
85
#define
GL_DST_COLOR
0x0306
/frameworks/base/opengl/tests/angeles/include/GLES/
gl.h
122
#define
GL_DST_COLOR
0x0306
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
86
#define
GL_DST_COLOR
0x0306
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h
86
#define
GL_DST_COLOR
0x0306
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h
84
#define
GL_DST_COLOR
0x0306
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h
86
#define
GL_DST_COLOR
0x0306
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h
84
#define
GL_DST_COLOR
0x0306
Completed in 445 milliseconds
1
2