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

1 2 3 4 5

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 147 ES2F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage",
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
152 glBlendEquationSeparate(GL_FUNC_ADD, -1);
es2fBlendTests.cpp 231 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha));
es2fRandomFragmentOpTests.cpp 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 15 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
egluStaticES30Library.inl 22 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 147 ES3F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage",
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
154 glBlendEquationSeparate(GL_FUNC_ADD, -1);
es3fBlendTests.cpp 279 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha));
es3fRandomFragmentOpTests.cpp 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
  /external/mesa3d/src/mapi/es2api/
ABI-check 26 glBlendEquationSeparate
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 15 gl->blendEquationSeparate = &glBlendEquationSeparate;
glwInitES30Direct.inl 22 gl->blendEquationSeparate = &glBlendEquationSeparate;
glwInitES31Direct.inl 26 gl->blendEquationSeparate = &glBlendEquationSeparate;
glwInitES32Direct.inl 27 gl->blendEquationSeparate = &glBlendEquationSeparate;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 20 {"glBlendEquationSeparate", (void*)glBlendEquationSeparate},
gl2_client_context.h 22 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate;
gl2_client_context.cpp 22 glBlendEquationSeparate = (glBlendEquationSeparate_client_proc_t) getProc("glBlendEquationSeparate", userData);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 129 void glBlendEquationSeparate(
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 151 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD);
155 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1);
487 {blend_equation_separate, "blend_equation_separate", "Invalid glBlendEquationSeparate() usage" },
es31fIndexedStateQueryTests.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 34 #define glBlendEquationSeparate glBlendEquationSeparateOES
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha)
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
  /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 528 milliseconds

1 2 3 4 5