Home
last modified time | relevance | path

Searched refs:glBlendFunci (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp237 ctx.glBlendFunci(0, -1, GL_ONE); in blend_funci()
239 ctx.glBlendFunci(0, GL_ONE, -1); in blend_funci()
243 ctx.glBlendFunci(-1, GL_ONE, GL_ONE); in blend_funci()
245 ctx.glBlendFunci(maxDrawBuffers, GL_ONE, GL_ONE); in blend_funci()
Des31fIndexedStateQueryTests.cpp1119 …gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], blendFuncs[(ndx + 1) % DE_L… in iterate()
1159 …gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], blendFuncs[(ndx + 1) % DE_L… in iterate()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt30 glBlendFunci
/external/deqp/framework/egl/
DegluStaticES32Library.inl33 { "glBlendFunci", (deFunctionPtr)glBlendFunci },
/external/deqp/framework/opengl/wrapper/
DglwInitES32Direct.inl33 gl->blendFunci = &glBlendFunci;
DglwInitES32.inl33 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL40.inl32 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL42.inl35 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL41.inl34 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL43.inl36 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL44.inl42 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL45.inl43 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwInitGL46.inl43 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
DglwApi.inl45 #define glBlendFunci glwBlendFunci macro
/external/angle/src/libGL/
DlibGL_autogen.def764 glBlendFunci
DlibGL_autogen.cpp4075 void GL_APIENTRY glBlendFunci(GLuint buf, GLenum src, GLenum dst) in glBlendFunci() function
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def335 glBlendFunci
DlibGLESv2_with_capture_autogen.def335 glBlendFunci
DlibGLESv2_autogen.def335 glBlendFunci
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl45 gl->blendFunci = glBlendFunci;
DtcuNullRenderContextFuncs.inl303 GLW_APICALL void GLW_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst) function
/external/mesa3d/include/GLES3/
Dgl32.h1793 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
/external/angle/include/GLES3/
Dgl32.h1795 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl45 void glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst);
DgluCallLogWrapper.inl280 void CallLogWrapper::glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst) function in CallLogWrapper
283 …m_log << TestLog::Message << "glBlendFunci(" << buf << ", " << toHex(src) << ", " << toHex(dst) <<…

12