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

1 2 3 4 5

  /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 232 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 280 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);
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 217 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
219 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
221 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
491 {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/mesa3d/src/mapi/es2api/
ABI-check 28 glBlendFuncSeparate
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 17 gl->blendFuncSeparate = &glBlendFuncSeparate;
glwInitES30Direct.inl 24 gl->blendFuncSeparate = &glBlendFuncSeparate;
glwInitES31Direct.inl 28 gl->blendFuncSeparate = &glBlendFuncSeparate;
glwInitES32Direct.inl 31 gl->blendFuncSeparate = &glBlendFuncSeparate;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 22 {"glBlendFuncSeparate", (void*)glBlendFuncSeparate},
gl2_client_context.h 24 glBlendFuncSeparate_client_proc_t glBlendFuncSeparate;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 134 void glBlendFuncSeparate(
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 35 #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/tools/glgen/specs/gles11/
GLES20.spec 12 void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java     [all...]

Completed in 962 milliseconds

1 2 3 4 5