OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testSurface
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_surface.c
21
static SDL_Surface *
testSurface
= NULL;
25
#define TEST_SURFACE_WIDTH
testSurface
->w
26
#define TEST_SURFACE_HEIGHT
testSurface
->h
51
testSurface
= SDL_CreateRGBSurface(SDL_SWSURFACE, referenceSurface->w, referenceSurface->h, 32, rmask, gmask, bmask, amask);
52
SDLTest_AssertCheck(
testSurface
!= NULL, "Check that
testSurface
is not NULL");
53
if (
testSurface
!= NULL) {
55
result = SDL_SetSurfaceBlendMode(
testSurface
, blendMode);
57
result = SDL_GetSurfaceBlendMode(
testSurface
, ¤tBlendMode);
68
SDL_FreeSurface(
testSurface
);
[
all
...]
testautomation_render.c
953
SDL_Surface *
testSurface
;
969
testSurface
= SDL_CreateRGBSurfaceFrom(pixels, TESTRENDER_SCREEN_W, TESTRENDER_SCREEN_H, 32, TESTRENDER_SCREEN_W*4,
971
SDLTest_AssertCheck(
testSurface
!= NULL, "Verify result from SDL_CreateRGBSurfaceFrom is not NULL");
974
result = SDLTest_CompareSurfaces(
testSurface
, referenceSurface, allowable_error );
979
SDL_FreeSurface(
testSurface
);
[
all
...]
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
520
tcu::Surface
testSurface
(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
523
tcu::Surface* surfaces[2] = {&
testSurface
, &refSurface};
573
faultyPixels = compareBlackNonBlackImages(log,
testSurface
.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
578
<< TestLog::Image("TestImage", "Test image",
testSurface
.getAccess())
657
tcu::Surface
testSurface
(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
660
tcu::Surface* surfaces[2] = {&
testSurface
, &refSurface};
705
verifyImage(
testSurface
.getAccess(), refSurface.getAccess());
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
523
tcu::Surface
testSurface
(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
526
tcu::Surface* surfaces[2] = {&
testSurface
, &refSurface};
576
faultyPixels = compareBlackNonBlackImages(log,
testSurface
.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
581
<< TestLog::Image("TestImage", "Test image",
testSurface
.getAccess())
660
tcu::Surface
testSurface
(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
663
tcu::Surface* surfaces[2] = {&
testSurface
, &refSurface};
708
verifyImage(
testSurface
.getAccess(), refSurface.getAccess());
[
all
...]
/cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java
[
all
...]
Completed in 860 milliseconds