HomeSort by relevance Sort by last modified time
    Searched refs:glBlendFuncSeparate (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 156 ES2F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage",
159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
161 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
es2fBlendTests.cpp 230 GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha, paramSet.dstFuncAlpha));
es2fIntegerStateQueryTests.cpp     [all...]
es2fRandomFragmentOpTests.cpp 194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 167 ES3F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage",
170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
es3fBlendTests.cpp 283 GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha, paramSet.dstFuncAlpha));
es3fRandomFragmentOpTests.cpp 194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 22 {"glBlendFuncSeparate", (void*)glBlendFuncSeparate},
gl2_client_context.h 22 glBlendFuncSeparate_client_proc_t glBlendFuncSeparate;
gl2_client_context.cpp 24 glBlendFuncSeparate = (glBlendFuncSeparate_client_proc_t) getProc("glBlendFuncSeparate", userData);
gl2_entry.cpp 20 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
292 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
295 ctx->glBlendFuncSeparate(ctx, srcRGB, dstRGB, srcAlpha, dstAlpha);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 171 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
173 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
175 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
177 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
394 {blend_func_separate, "blend_func_separate", "Invalid glBlendFuncSeparate() usage" },
es31fIndexedStateQueryTests.cpp     [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 17 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
egluStaticES30Library.inl 24 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 17 gl->blendFuncSeparate = &glBlendFuncSeparate;
glwInitES30Direct.inl 24 gl->blendFuncSeparate = &glBlendFuncSeparate;
glwInitES31Direct.inl 28 gl->blendFuncSeparate = &glBlendFuncSeparate;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 134 void glBlendFuncSeparate(
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 36 #define glBlendFuncSeparate glBlendFuncSeparateOES
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 334 void ContextWrapper::glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha)
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 48 glBlendFuncSeparate = 20;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 12 void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
  /frameworks/base/libs/hwui/tests/
nullgles.cpp 165 void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) {}
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 3513 milliseconds

1 2 3 4 5 6 7