Searched refs:glBlendFunci (Results 1 – 17 of 17) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 237 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()
|
D | es31fIndexedStateQueryTests.cpp | 1119 …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/deqp/framework/opengl/wrapper/ |
D | glwInitES32Direct.inl | 33 gl->blendFunci = &glBlendFunci;
|
D | glwInitES32.inl | 33 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL40.inl | 32 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL42.inl | 35 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL41.inl | 34 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL44.inl | 42 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL43.inl | 36 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwInitGL45.inl | 43 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
|
D | glwApi.inl | 44 #define glBlendFunci glwBlendFunci macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 44 gl->blendFunci = glBlendFunci;
|
D | tcuNullRenderContextFuncs.inl | 295 GLW_APICALL void GLW_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst) function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 133 #define glBlendFunci MANGLE(BlendFunci) macro
|
D | glext.h | 6974 GLAPI void APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 44 void glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst);
|
D | gluCallLogWrapper.inl | 273 void CallLogWrapper::glBlendFunci (glw::GLuint buf, glw::GLenum src, glw::GLenum dst) function in CallLogWrapper 276 …m_log << TestLog::Message << "glBlendFunci(" << buf << ", " << toHex(src) << ", " << toHex(dst) <<…
|