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

1 2 3 4 5 6 7

  /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);