Home
last modified time | relevance | path

Searched refs:resultPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestVirtualDisplay.cpp85 std::ostringstream resultPath; in writeBuffersToFile() local
91 resultPath << DIR_NAME << "/result-" << name << ".png"; in writeBuffersToFile()
94 !mOutputBuffer.writeBufferToFile(resultPath.str())) in writeBuffersToFile()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1141 void API_ENTRY(glWeightPathsNV)(GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLf…
1142 CALL_GL_API(glWeightPathsNV, resultPath, numPaths, paths, weights);
1144 void API_ENTRY(glCopyPathNV)(GLuint resultPath, GLuint srcPath) {
1145 CALL_GL_API(glCopyPathNV, resultPath, srcPath);
1147 void API_ENTRY(glInterpolatePathsNV)(GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)…
1148 CALL_GL_API(glInterpolatePathsNV, resultPath, pathA, pathB, weight);
1150 void API_ENTRY(glTransformPathNV)(GLuint resultPath, GLuint srcPath, GLenum transformType, const GL…
1151 CALL_GL_API(glTransformPathNV, resultPath, srcPath, transformType, transformValues);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3090 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui…
3091 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath);
3092 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa…
3093 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra…
3167 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat…
3168 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
3169 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL…
3170 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
/frameworks/native/opengl/libs/
Dentries.in117 GL_ENTRY(void, glCopyPathNV, GLuint resultPath, GLuint srcPath)
499 GL_ENTRY(void, glInterpolatePathsNV, GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)
910 GL_ENTRY(void, glTransformPathNV, GLuint resultPath, GLuint srcPath, GLenum transformType, const GL…
1018 GL_ENTRY(void, glWeightPathsNV, GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLf…