HomeSort by relevance Sort by last modified time
    Searched refs:glBlendFunci (Results 1 - 16 of 16) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 237 ctx.glBlendFunci(0, -1, GL_ONE);
239 ctx.glBlendFunci(0, GL_ONE, -1);
243 ctx.glBlendFunci(-1, GL_ONE, GL_ONE);
245 ctx.glBlendFunci(maxDrawBuffers, GL_ONE, GL_ONE);
490 {blend_funci, "blend_funci", "Invalid glBlendFunci() usage" },
es31fIndexedStateQueryTests.cpp     [all...]
  /external/mesa3d/src/mapi/es2api/
ABI-check 56 glBlendFunci
  /external/deqp/framework/egl/
egluStaticES32Library.inl 33 { "glBlendFunci", (deFunctionPtr)glBlendFunci },
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 33 gl->blendFunci = &glBlendFunci;
glwApi.inl 45 #define glBlendFunci glwBlendFunci
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 45 gl->blendFunci = glBlendFunci;
    [all...]
tcuNullRenderContextFuncs.inl 303 GLW_APICALL void GLW_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 150 #define glBlendFunci MANGLE(BlendFunci)
    [all...]
glcorearb.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GLES3/
gl32.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 45 void glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst);
    [all...]
gluCallLogWrapper.inl 280 void CallLogWrapper::glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst)
283 m_log << TestLog::Message << "glBlendFunci(" << buf << ", " << toHex(src) << ", " << toHex(dst) << ");" << TestLog::EndMessage;
    [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]

Completed in 778 milliseconds