Searched refs:Constants (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | NativeAttachShaderTest.java | 49 mActivity = getShaderActivity(Constants.SHADER, 1); in test_glAttachedShaders_validshader() 65 mActivity = getShaderActivity(Constants.SHADER, 2); in test_glAttachedShaders_invalidshader() 79 mActivity = getShaderActivity(Constants.SHADER, 3); in test_glAttachedShaders_attach_same_shader() 93 mActivity = getShaderActivity(Constants.SHADER, 4); in test_glAttachedShaders_noshader() 109 mActivity = getShaderActivity(Constants.SHADER, 6); in test_glAttachShaders_emptyfragshader_emptyvertexshader() 122 mActivity = getShaderActivity(Constants.SHADER, 8); in test_glAttachShaders_programobject_attach_fragshaderobject() 129 mActivity = getShaderActivity(Constants.SHADER, 9); in test_glAttachShaders_invalidshader_attach_valid_handle() 135 mActivity = getShaderActivity(Constants.SHADER, 10); in test_glAttachShaders_successfulcompile_attach_frag() 143 mActivity = getShaderActivity(Constants.SHADER, 11); in test_glAttachShaders_successfulcompile_attach_vert()
|
D | AttachShaderTest.java | 48 mActivity = getShaderActivity(Constants.SHADER, 1); in test_glAttachedShaders_validshader() 96 mActivity = getShaderActivity(Constants.SHADER, 4); in test_glAttachedShaders_noshader() 112 mActivity = getShaderActivity(Constants.SHADER, 6); in test_glAttachShaders_emptyfragshader_emptyvertexshader() 127 mActivity = getShaderActivity(Constants.SHADER, 8); in test_glAttachShaders_programobject_attach_fragshaderobject() 133 mActivity = getShaderActivity(Constants.SHADER, 9); in test_glAttachShaders_invalidshader_attach_valid_handle() 139 mActivity = getShaderActivity(Constants.SHADER, 10); in test_glAttachShaders_successfulcompile_attach_frag() 145 mActivity = getShaderActivity(Constants.SHADER, 11); in test_glAttachShaders_successfulcompile_attach_vert()
|
D | NativeColorBufferTest.java | 49 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1001() 67 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1101() 86 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1111() 105 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0101() 124 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0011() 143 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0000() 162 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_rand_val_one()
|
D | ColorBufferTest.java | 54 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1001() 72 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1101() 91 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_1111() 110 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0101() 129 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0011() 148 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_0000() 167 mActivity.setView(Constants.COLOR, 1, vertexColors); in test_RGBA_rand_val_one()
|
D | Constants.java | 18 public class Constants { class
|
D | OpenGLES20ActivityOne.java | 93 if (type == Constants.SHADER) { in OpenGLES20View() 121 } else if (type == Constants.PROGRAM) { in OpenGLES20View()
|
D | ProgramTest.java | 41 mActivity = getShaderActivity(Constants.PROGRAM, 1); in test_glAttachShader_program()
|
D | OpenGLES20ActivityTwo.java | 95 if(type == Constants.COLOR) { in OpenGLES20View()
|
D | OpenGLES20NativeActivityTwo.java | 104 if(type == Constants.COLOR) { in OpenGLES20View()
|
/cts/tests/tests/os/src/android/os/health/cts/ |
D | HealthStatsTest.java | 64 public static final HealthKeys.Constants CONSTANTS 65 = new HealthKeys.Constants(HealthStatsTest.class);
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 281 public final class SQLite.Constants extends java.lang.Object
|