HomeSort by relevance Sort by last modified time
    Searched refs:dstRGB (Results 201 - 225 of 229) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]
glapitable.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 337 /* void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
340 (JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) {
343 (GLenum)dstRGB,
    [all...]
android_opengl_GLES20.cpp 460 /* void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
463 (JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) {
466 (GLenum)dstRGB,
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.cpp 196 void glBlendFuncSeparate_enc(void *self , GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
209 memcpy(ptr, &dstRGB, 4); ptr += 4;
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 441 dstRGB = _dstRGB;
457 uint32_t dstRGB;
468 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstRGB) == 8,
    [all...]
gles2_cmd_format_test_autogen.h 165 EXPECT_EQ(static_cast<GLenum>(12), cmd.dstRGB);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.cpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl     [all...]
glwImpl.inl     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h     [all...]
glapi_mapi_tmp_shared.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8910