OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderScriptSingleton
(Results
1 - 3
of
3
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java
30
public class
RenderScriptSingleton
{
32
private static final String TAG = "
RenderScriptSingleton
";
109
private
RenderScriptSingleton
() { throw new AssertionError(); }
/cts/tests/camera/src/android/hardware/camera2/cts/
DngCreatorTest.java
36
import android.hardware.camera2.cts.rs.
RenderScriptSingleton
;
103
RenderScriptSingleton
.setContext(getContext());
110
RenderScriptSingleton
.clearContext();
395
RawConverter.convertToSRGB(
RenderScriptSingleton
.getRS(), raw.getWidth(),
[
all
...]
AllocationTest.java
43
import android.hardware.camera2.cts.rs.
RenderScriptSingleton
;
113
RenderScriptSingleton
.setContext(getContext());
119
RenderScriptSingleton
.clearContext();
518
RenderScriptSingleton
.clearContext();
519
RenderScriptSingleton
.setContext(getContext());
[
all
...]
Completed in 95 milliseconds